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-19 18:29:42 -08:00
parent 7fb18e9ef9
commit e1dbe924b5
159 changed files with 291 additions and 304 deletions

View file

@ -111,7 +111,7 @@ WinMain (HINSTANCE hSelf, HINSTANCE hPrev, LPSTR cmdline, int nShow)
#endif
/* Append original arguments if any; first look for arguments we
recognise (-wait, -high, and -low), and apply them ourselves. */
recognize (-wait, -high, and -low), and apply them ourselves. */
while (cmdline[0] == '-' || cmdline[0] == '/')
{
if (strncmp (cmdline+1, "wait", 4) == 0)