mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Typo
This commit is contained in:
parent
266a5e04d4
commit
755146287c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user