]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetIndex.cpp
DocBook: merge code duplicates for HTML and CALS tables.
[features.git] / src / insets / InsetIndex.cpp
index 2e1e19c0f46eaef7a328a9116aeac261c6dd85e4..fe0890c4ae18beab7bc1f39f22bf2af1f6d2afb4 100644 (file)
@@ -149,7 +149,7 @@ void InsetIndex::latex(otexstream & ios, OutputParams const & runparams_in) cons
                // version of the content to get sorting right,
                // e.g. \index{LyX@\LyX}, \index{text@\textbf{text}}.
                // We do this on all levels.
-               // We don't do it if the level already contains a '@', thouugh.
+               // We don't do it if the level already contains a '@', though.
                if (contains(*it, '\\') && !contains(*it, '@')) {
                        // Plaintext might return nothing (e.g. for ERTs).
                        // In that case, we use LaTeX.