aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/undo.c
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-18 16:28:49 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-18 16:30:59 +0300
commit52d66c5783d39a23027102c3087eac8ef1c0f02f (patch)
tree6f75f5af844e4110ebea49954be8b966d4351f0f /src/undo.c
parent02ab80c1f94ef89f5cf247a6d8baa7e612e51f25 (diff)
downloadsciteco-52d66c5783d39a23027102c3087eac8ef1c0f02f.tar.gz
fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"
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.