about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-08-20 15:21:54 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-08-20 15:21:54 +0000
commitde670cbb580dcd101257472d7c24b178cba6d107 (patch)
tree33f0c05102aff4c657b05f834f383e18d236a303 /Src
parent1229d05c19453a344d696f3fc95fad4115b075b5 (diff)
downloadzsh-de670cbb580dcd101257472d7c24b178cba6d107.tar.gz
zsh-de670cbb580dcd101257472d7c24b178cba6d107.tar.xz
zsh-de670cbb580dcd101257472d7c24b178cba6d107.zip
fix typo in comment (17569)
Diffstat (limited to 'Src')
-rw-r--r--Src/Zle/zle_tricky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c
index 60cbb8a71..7146302ee 100644
--- a/Src/Zle/zle_tricky.c
+++ b/Src/Zle/zle_tricky.c
@@ -562,7 +562,7 @@ docomplete(int lst)
     if (undoing)
 	setlastline();
 
-    /* We the C-code's point of view, we can only use compctl as a default
+    /* From the C-code's point of view, we can only use compctl as a default
      * type of completion. Load it if it hasn't been loaded already and
      * no completion widgets are defined. */