]> code.delx.au - gnu-emacs/commitdiff
; * src/w32proc.c (w32_executable_type): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 28 Jun 2015 15:29:46 +0000 (18:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 28 Jun 2015 15:29:46 +0000 (18:29 +0300)
src/w32proc.c

index b301fcf18abb215d832d5a77e7a6cd952b23d522..ca4322b69d16533ba8b3cb76e455f1d72f39bc76 100644 (file)
@@ -1645,7 +1645,7 @@ w32_executable_type (char * filename,
                    {
                      /* This catches both MSYS 1.x and MSYS2
                         executables (the DLL name is msys-1.0.dll and
-                        msys-2.0.dll, respectively).  There's doesn't
+                        msys-2.0.dll, respectively).  There doesn't
                         seem to be a reason to distinguish between
                         the two, for now.  */
                      *is_msys_app = TRUE;