X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/fc5f9b45f6f90e798a454c7b768e8d02c9cb61c2..1259009aa17da6dc038afff96963f6d9bbd3b8e1:/nt/runemacs.c?ds=inline diff --git a/nt/runemacs.c b/nt/runemacs.c index 47b8f54bb0..dbb18bcd82 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c @@ -1,6 +1,6 @@ /* runemacs --- Simple program to start Emacs with its console window hidden. -Copyright (C) 2001-2011 Free Software Foundation, Inc. +Copyright (C) 2001-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -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)