]> git.lyx.org Git - lyx.git/blobdiff - src/Undo.h
typo
[lyx.git] / src / Undo.h
index a895e8e39cafdbe1fe740cbad02938852093d7c8..1825cea1dae4c6527014b88953dd8436041ac9b4 100644 (file)
@@ -67,7 +67,7 @@ public:
        ///
        bool hasRedoStack() const;
 
-       /// open a new group of undo operations. Groups can be nested.
+       /// open a new group of undo operations.
        /**
         *  Groups can be nested. Such a nested group e.g. { {} {} } is undone in
         *  a single step. This means you can add a group whenever you are not sure.