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
This commit is contained in:
Fred Kiefer 2006-08-17 21:14:05 +00:00
parent 39b84c08f5
commit 7fb9200cb9
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-08-17 Fred Kiefer <FredKiefer@gmx.de>
* Source/xlib/GSXftFontInfo.m:
changed method signatures to fix typos (lenght->length)
Patch by: Hans Baier <hansfbaier@gmail.com>
2006-08-13 Christopher Armstrong <carmstrong@fastmail.com.au>
* Source/winlib/WIN32GState.m: Fixups to last patch

View file

@ -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;