aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c
index bc12107..c49405c 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -42,7 +42,7 @@ TECO_DEFINE_UNDO_SCALAR(gconstpointer);
* An undo token.
*
* Undo tokens are generated to revert any
- * changes to the editor state, ie. they
+ * changes to the editor state, i.e. they
* define an action to take upon rubout.
*
* Undo tokens are organized into an undo stack.