]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.cpp
Maintain plain layout for separating paragraphs when switching layouts (#11936)
[lyx.git] / src / support / debug.cpp
index e72a43dbd1c83acf0683d93150780c2bff9b7bb1..8bcd2e8103503d12a5996ce3d9fd4bcac23e5bab 100644 (file)
@@ -200,7 +200,7 @@ void LyXErr::endl()
 char const * LyXErr::stripName(char const * n)
 {
        string const name = n;
-       // find the last occurence of /src/ in name
+       // find the last occurrence of /src/ in name
        size_t pos = name.rfind("/src/");
        if (pos == string::npos)
                pos = name.rfind("\\src\\");