]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListingsParams.cpp
New DocBook support
[lyx.git] / src / insets / InsetListingsParams.cpp
index 06c05cbffe3d2b736c545ddff7702904263e2ad5..2e2f4c6e535062c07f3ec2411f518bdd730802d7 100644 (file)
@@ -55,7 +55,7 @@ public:
                string const & i, docstring const & h)
                : value_(v), onoff_(o), type_(t), info_(i), hint_(h)
        {}
-       /// Validate a paramater.
+       /// Validate a parameter.
        /// \retval an empty string if \c par is valid.
        /// \retval otherwise an explanation WRT to \c par invalidity.
        docstring validate(string const & par) const;