Fix a bunch of typos

Taken from the Debian "gnustep-back" package sources, which attribute
these changes to:

Author: Eric Heintzmann <heintzmann.eric@free.fr>
Author: Yavor Doganov <yavor@gnu.org>
This commit is contained in:
Patrick Georgi 2020-05-29 08:21:55 +02:00
parent 4ab5a69383
commit aebcc4b7fe
3 changed files with 3 additions and 3 deletions

View file

@ -804,7 +804,7 @@ _bitmap_combine_alpha(RContext *context,
img.pro_mul = 255;
break;
default:
NSLog(@"Bizzare number of bits per sample %d", bits_per_sample);
NSLog(@"Bizarre number of bits per sample %d", bits_per_sample);
return -1;
}

View file

@ -62,7 +62,7 @@ accessibleRectForWindow (gswindow_device_t* win)
&ignoreUInt,
&ignoreUInt))
{
NSDebugLLog (@"XGGeometry", @"invalide Drawable in gswindow_device");
NSDebugLLog (@"XGGeometry", @"invalid Drawable in gswindow_device");
return XGMakeRect (0, 0, 0, 0);
}

View file

@ -1292,7 +1292,7 @@ main(int argc, char** argv, char **env)
if (host == nil)
{
NSLog(@"gpbs - unknown NSHost argument ... %@ - quiting.", hostname);
NSLog(@"gpbs - unknown NSHost argument ... %@ - quitting.", hostname);
exit(EXIT_FAILURE);
}
a = [host names];