diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-25 14:26:30 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-25 14:26:30 +0100 |
commit | e9fce1acd8e0702c35b2c28d3b4893a913e5c67b (patch) | |
tree | e643f3319aca392931342f5588bac7ef323d251c /nt | |
parent | 034ea24ddb8c58aa69736d49ffa10fdd4b1a9847 (diff) | |
download | emacs-e9fce1acd8e0702c35b2c28d3b4893a913e5c67b.tar.gz |
Fix typos.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 4 | ||||
-rw-r--r-- | nt/INSTALL | 2 | ||||
-rwxr-xr-x | nt/configure.bat | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 3aa7bd658e4..3de7192ae99 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2011-11-25 Juanma Barranquero <lekktu@gmail.com> + + * configure.bat: Fix typos. + 2011-11-25 Eli Zaretskii <eliz@gnu.org> * INSTALL: Elaborate on debugging fatal errors. diff --git a/nt/INSTALL b/nt/INSTALL index 7dc027f06f4..9947cd86a34 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -606,7 +606,7 @@ Emacs on Windows uses more than one thread. When Emacs aborts due to a fatal error, the current thread may not be the application thread running Emacs code. Therefore, to produce a meaningful - backtrace from a debugger, you need to iunstruct it to show the + backtrace from a debugger, you need to instruct it to show the backtrace for every thread. With GDB, you do it like this: (gdb) thread apply all backtrace diff --git a/nt/configure.bat b/nt/configure.bat index 45d966fc34d..c503900274e 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -155,7 +155,7 @@ echo. --without-jpeg do not use JPEG library even if it is installed echo. --without-gif do not use GIF library even if it is installed
echo. --without-tiff do not use TIFF library even if it is installed
echo. --without-xpm do not use XPM library even if it is installed
-echo. --without-gnutls do not use GNUTLS library even if it is installed
+echo. --without-gnutls do not use GnuTLS library even if it is installed
echo. --with-svg use the RSVG library (experimental)
echo. --distfiles path to files for make dist, e.g. libXpm.dll
if "%use_extensions%" == "0" goto end
@@ -563,7 +563,7 @@ set HAVE_GNUTLS= goto :tlsDone
:haveTls
-echo ...GNUTLS header available, building with GNUTLS support.
+echo ...GnuTLS header available, building with GnuTLS support.
set HAVE_GNUTLS=1
:tlsDone
|