Merge pull request #27 from pgeorgi/typo-fixes

Fix a bunch of typos
This commit is contained in:
Fred Kiefer 2020-05-29 18:11:47 +02:00 committed by GitHub
commit efe22e8557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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];