]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.cpp
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetQuotes.cpp
index aa2e41bea8217041e8fca20178d624623e56e6bb..5818cd7a966f45e6457b8447323df165d20002c3 100644 (file)
@@ -430,7 +430,7 @@ docstring InsetQuotesParams::getLaTeXQuote(char_type c, string const & op,
        }
        // The following are fakes
        // This is just to get something symbolic
-       // in encodings where this chars would not be used ayway
+       // in encodings where this chars would not be used anyway
        case 0x300c: // LEFT CORNER BRACKET
                res = "\\ensuremath{\\lceil}";
                break;