X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FIndicesList.h;h=7fab436d6b331df948dbd30ea7a0ba248f616f91;hb=639aa354448188f45e69d6bd1e0ef3dfcc938c5f;hp=5a11e15527ccd6bfb90fc2d0e04b86eb93fceb32;hpb=9d1f1e285cd9d4bf99d6745f24448cce37766290;p=lyx.git diff --git a/src/IndicesList.h b/src/IndicesList.h index 5a11e15527..7fab436d6b 100644 --- a/src/IndicesList.h +++ b/src/IndicesList.h @@ -25,7 +25,7 @@ namespace lyx { * \class Index * * A class describing an Index type, such as "Index of Names". - * Different Index types are used in splitted Indices + * Different Index types are used in split Indices * * An Index has a name and a shortcut notation. It uses a * user-specifiable GUI colour. All these can be set and @@ -34,7 +34,7 @@ namespace lyx { * \class IndicesList * * A class containing a vector of all defined indices within a - * document. It has methods for outputting a '|'-separated string + * document. It has methods for outputting a '|'-separated string * of all elements, and for adding, removing and renaming elements. */ @@ -94,7 +94,7 @@ public: Index * find(docstring const & name); Index const * find(docstring const & name) const; - /** \returns the Index with the shortcut \c shortcut. + /** \returns the Index with the shortcut \c shortcut. * If not found, returns 0. */ Index * findShortcut(docstring const & shortcut);