From 5f8a18a561ef83857b2cafdc6eaa19bad254fe89 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 14 Aug 2015 02:35:32 +0200 Subject: unposted: fix minor typos --- Src/Zle/zle_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/Zle') diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c index 6f58af626..62fb8c86f 100644 --- a/Src/Zle/zle_misc.c +++ b/Src/Zle/zle_misc.c @@ -787,8 +787,8 @@ bracketedpaste(char **args) zmult = 1; if (region_active) killregion(zlenoargs); - /* chop a final newline if it's insertion would be hard to - * distinguish by the user from the line being accepted */ + /* Chop a final newline if its insertion would be hard to + * distinguish by the user from the line being accepted. */ else if (n > 1 && zlecontext != ZLCON_VARED && (zlecs + (insmode ? 0 : n - 1)) >= zlell && wpaste[n-1] == ZWC('\n')) -- cgit 1.4.1