]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Remove traces of Q_CYGWIN_WIN
[lyx.git] / 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.