From: Juergen Spitzmueller Date: Thu, 17 Feb 2022 07:21:36 +0000 (+0100) Subject: Typo X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=755146287cc668661af98989e12614d572cdc001;p=features.git Typo --- diff --git a/src/insets/InsetIndex.cpp b/src/insets/InsetIndex.cpp index 2e1e19c0f4..fe0890c4ae 100644 --- a/src/insets/InsetIndex.cpp +++ b/src/insets/InsetIndex.cpp @@ -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.