From 7fb9200cb925c75dd33d70c37cdc52a7210d9833 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Thu, 17 Aug 2006 21:14:05 +0000 Subject: [PATCH] Corrected some typos in method signatures git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@23312 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ Source/xlib/GSXftFontInfo.m | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c3df58..7a39e8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-17 Fred Kiefer + + * Source/xlib/GSXftFontInfo.m: + changed method signatures to fix typos (lenght->length) + Patch by: Hans Baier + 2006-08-13 Christopher Armstrong * Source/winlib/WIN32GState.m: Fixups to last patch diff --git a/Source/xlib/GSXftFontInfo.m b/Source/xlib/GSXftFontInfo.m index f72c39c..6116fcb 100644 --- a/Source/xlib/GSXftFontInfo.m +++ b/Source/xlib/GSXftFontInfo.m @@ -430,7 +430,7 @@ static NSArray *faFromFc(FcPattern *pat) xp.x, xp.y, (XftChar16*)buf, len); } -- (void) draw: (const char*) s lenght: (int) len +- (void) draw: (const char*) s length: (int) len onDisplay: (Display*) xdpy drawable: (Drawable) draw with: (GC) xgcntxt at: (XPoint) xp { @@ -454,7 +454,7 @@ static NSArray *faFromFc(FcPattern *pat) } } -- (float) widthOf: (const char*) s lenght: (int) len +- (float) widthOf: (const char*) s length: (int) len { XGlyphInfo extents;