aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/file-utils.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/file-utils.c
parent02ab80c1f94ef89f5cf247a6d8baa7e612e51f25 (diff)
downloadsciteco-52d66c5783d39a23027102c3087eac8ef1c0f02f.tar.gz
fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"
Diffstat (limited to 'src/file-utils.c')
-rw-r--r--src/file-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-utils.c b/src/file-utils.c
index 82df599..7839a38 100644
--- a/src/file-utils.c
+++ b/src/file-utils.c
@@ -314,7 +314,7 @@ teco_file_expand_path(const gchar *path)
* If G_FILE_TEST_EXISTS, both files and directories are completed.
* If G_FILE_TEST_IS_DIR, only directories will be completed.
* @param insert String to initialize with the autocompletion.
- * @return TRUE if the completion was unambiguous (eg. command can be terminated).
+ * @return TRUE if the completion was unambiguous (e.g. command can be terminated).
*/
gboolean
teco_file_auto_complete(const gchar *filename, GFileTest file_test, teco_string_t *insert)