]> git.lyx.org Git - lyx.git/blobdiff - src/support/Messages.h
Maintain plain layout for separating paragraphs when switching layouts (#11936)
[lyx.git] / src / support / Messages.h
index eb14aacac59df53c166c149e43303e46e6aa72e9..9f33d45e6fd610662da8d73cd534fc0d40c7dc7d 100644 (file)
@@ -25,7 +25,7 @@ public:
        Messages() {}
        /// messages in the language \p l.
        Messages(std::string const & l);
-       /// Return the tranlation of message \c msg, or the original
+       /// Return the translation of message \c msg, or the original
        /// string if no context was found. Context is always removed.
        docstring const get(std::string const & msg) const;
        ///