]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.cpp
Inset::forceLTR() only determines whether explicit switches are needed
[lyx.git] / src / LyXRC.cpp
index 6e962c350628c05672106cc519f528e95c37c507..fa50d4a51d8aa2832ac8781bc93b5c85e6b947dd 100644 (file)
@@ -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<string>(citation_search)
                           << '\n';