From: Pavel Sanda Date: Tue, 21 Feb 2023 10:29:40 +0000 (+0100) Subject: comment typo & one line X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=39fddce26e06208d5167a9d505deec80ef84d1e8;p=features.git comment typo & one line --- diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 6e962c3506..fa50d4a51d 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -1662,8 +1662,8 @@ void LyXRC::write(ostream & os, bool ignore_system_lyxrc, string const & name) c case RC_CITATION_SEARCH: if (ignore_system_lyxrc || citation_search != system_lyxrc.citation_search) { - os << "# Set to true to use script to search\n" - << "# locl disk for citation targets.\n" + os << "# Set to true to use script to search" + << " local disk for citation targets.\n" << "\\citation_search " << convert(citation_search) << '\n';