From 5ac37bce4a0292f835f6dced9cde88c7e92223f9 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 28 Nov 2014 00:32:57 -0500 Subject: [PATCH] Fix syntax errors in comments --- functions/main | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/main b/functions/main index 842a8f7..9e4fc4d 100644 --- a/functions/main +++ b/functions/main @@ -2,8 +2,8 @@ set -o errtrace # Let shell functions inherit ERR trap. set -o errexit -# Don' t locate and remember (hash) commands as they are looked up for -# execution (don' t remember path): +# Don't locate and remember (hash) commands as they are looked up for +# execution (don't remember path): set +h hvtrap_setup() -- 2.20.1