]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
Implement os::current_root for native Win32 builds.
[lyx.git] / src / undo.h
index 136443a70a1ec49b666b86cf623453706e021a69..69bc307f0dbe6648850b9186eb59f7be3946e335 100644 (file)
@@ -45,7 +45,7 @@ structure ('Undo') _before_ it is changed in some edit operation.
 Obviously, the stored ranged should be as small as possible. However, it
 there is a lower limit: The StableDocIterator pointing stored in the undo
 struct must be valid after the changes, too, as it will used as a pointer
-where to insert the stored bits when performining undo. 
+where to insert the stored bits when performining undo.
 
 */
 
@@ -70,7 +70,7 @@ struct Undo {
        undo_kind kind;
        /// the position of the cursor
        StableDocIterator cursor;
-       /// the position of the cell described 
+       /// the position of the cell described
        StableDocIterator cell;
        /// counted from begin of cell
        lyx::pit_type from;