1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-14 15:59:56 -08:00
parent 5ef215d874
commit 91af3942e9
112 changed files with 329 additions and 337 deletions

View file

@ -40,7 +40,7 @@ void
usage (const char *progname)
{
fprintf (stderr, "Usage %s options\n", progname);
fprintf (stderr, "-n NCOLORS allcoate NCOLORS colors\n");
fprintf (stderr, "-n NCOLORS allocate NCOLORS colors\n");
exit (1);
}
@ -111,4 +111,3 @@ main (int argc, char **argv)
XCloseDisplay (dpy);
return 0;
}