Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Oct 21, 2024
1 parent 964cd4e commit 15270e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autogsdoc.m
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ standard PropertyList format (not the XML format of OS X), using

if (![@"help" isEqual: opt])
{
GSPrintf(stderr, @"Unknown option:\ '%@'\n", opt);
GSPrintf(stderr, @"Unknown option: '%@'\n", opt);
}
GSPrintf(stderr, @"Usage:\n");
GSPrintf(stderr, [NSString stringWithFormat:
Expand Down

0 comments on commit 15270e4

Please sign in to comment.