summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-25 14:26:30 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-25 14:26:30 +0100
commitdfe5210036c608a92e2b648208a99d1c1cb822d5 (patch)
treea9d337fb11b3c3805bb364f5d25813b433c6db72 /nt
parent8de84792da8c480f1805ba69305ce43b6fc8265b (diff)
downloademacs-dfe5210036c608a92e2b648208a99d1c1cb822d5.tar.gz
Fix typos.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/INSTALL2
-rwxr-xr-xnt/configure.bat4
3 files changed, 7 insertions, 3 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 08af5f8a421..bf2d480fa41 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