aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/spawn.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/spawn.c
parent02ab80c1f94ef89f5cf247a6d8baa7e612e51f25 (diff)
downloadsciteco-52d66c5783d39a23027102c3087eac8ef1c0f02f.tar.gz
fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"
Diffstat (limited to 'src/spawn.c')
-rw-r--r--src/spawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spawn.c b/src/spawn.c
index 9816975..16ab082 100644
--- a/src/spawn.c
+++ b/src/spawn.c
@@ -711,7 +711,7 @@ teco_spawn_stdin_watch_cb(GIOChannel *chan, GIOCondition condition, gpointer dat
/*
* This cares about automatic EOL conversion and
* returns the number of consumed bytes.
- * If it can only write a part of the EOL sequence (ie. CR of CRLF)
+ * If it can only write a part of the EOL sequence (i.e. CR of CRLF)
* it may return a short byte count (possibly 0) which ensures that
* we do not yet remove the source.
*/