From de670cbb580dcd101257472d7c24b178cba6d107 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 20 Aug 2002 15:21:54 +0000 Subject: fix typo in comment (17569) --- ChangeLog | 2 ++ Src/Zle/zle_tricky.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e210690cf..127275cf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-20 Sven Wischnowsky + * 17569: Src/Zle/zle_tricky.c: fix typo in comment + * 17567: Src/Zle/zle_main.c, Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c: fix default completion module loading, use compctl if it hasn't been loaded already and no completion 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. */ -- cgit 1.4.1