]> gitweb.factorcode.org Git - factor.git/commitdiff
debugger: fix typo in docs
authorKeita Haga <keitahaga@mail.com>
Tue, 4 Jan 2011 09:30:34 +0000 (18:30 +0900)
committerKeita Haga <keitahaga@mail.com>
Tue, 4 Jan 2011 09:30:34 +0000 (18:30 +0900)
basis/debugger/debugger-docs.factor

index 4bcd9c5b789fa2edd3cbf08a48fd8ba9429cad77..50461226b55477bbb7b77bf7cbe294593ed74add 100644 (file)
@@ -117,7 +117,7 @@ HELP: signal-error.
         { "8 - Arithmetic exception. Most likely a divide by zero in " { $link /i } "." }
         { "10, 11 - Memory protection fault. This error suggests invalid values are being passed to C functions by an " { $link alien-invoke } ". Factor also uses memory protection to trap stack underflows and overflows, but usually these are reported as their own errors. Sometimes they'll show up as a generic signal 11, though." }
     }
-    "The Windows equivalent of a signal 11 is a SEH fault. When one occurs, the runtime throws a singal error, even though it does not correspond to a Unix signal."
+    "The Windows equivalent of a signal 11 is a SEH fault. When one occurs, the runtime throws a signal error, even though it does not correspond to a Unix signal."
 } ;
 
 HELP: array-size-error.