summaryrefslogtreecommitdiff
path: root/nt/INSTALL
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
commite9fce1acd8e0702c35b2c28d3b4893a913e5c67b (patch)
treee643f3319aca392931342f5588bac7ef323d251c /nt/INSTALL
parent034ea24ddb8c58aa69736d49ffa10fdd4b1a9847 (diff)
downloademacs-e9fce1acd8e0702c35b2c28d3b4893a913e5c67b.tar.gz
Fix typos.
Diffstat (limited to 'nt/INSTALL')
-rw-r--r--nt/INSTALL2
1 files changed, 1 insertions, 1 deletions
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