fix a comment typo

svn path=/trunk/; revision=24861
This commit is contained in:
Ulf Lamping 2008-04-09 05:43:07 +00:00
parent 41654fe5e4
commit 4214543e5a
1 changed files with 1 additions and 1 deletions

View File

@ -2400,7 +2400,7 @@ main(int argc, char *argv[])
parameters. We do this so we don't start GTK+ if we're only showing
command-line help or version information.
XXX - this pre-scan is doen before we start GTK+, so we haven't
XXX - this pre-scan is done before we start GTK+, so we haven't
run gtk_init() on the arguments. That means that GTK+ arguments
have not been removed from the argument list; those arguments
begin with "--", and will be treated as an error by getopt().