]> git.lyx.org Git - features.git/commitdiff
typo
authorAndré Pönitz <poenitz@gmx.net>
Sat, 11 Oct 2008 16:08:42 +0000 (16:08 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sat, 11 Oct 2008 16:08:42 +0000 (16:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26845 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyX.cpp

index 47479fafbd4c5998bd8f0561979b0fe93350a708..e6f9e8b2f0f8af4206233222d5d3e0f1034e0b40 100644 (file)
@@ -544,7 +544,7 @@ The SIGHUP signal does not exist on Windows and does not need to be handled.
 
 Windows handles SIGFPE and SIGSEGV signals as expected.
 
-Cntl+C interrupts (mapped to SIGINT by Windows' POSIX compatability layer)
+Ctrl+C interrupts (mapped to SIGINT by Windows' POSIX compatability layer)
 cause a new thread to be spawned. This may well result in unexpected
 behaviour by the single-threaded LyX.