From b2a1c327f4f2e3ddeb89a04e073690dc7f00b80b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 10 Jun 2012 17:04:40 -0400 Subject: [PATCH] Typos - Fixed minor typos in comments. --- scripts/bash/task.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bash/task.sh b/scripts/bash/task.sh index 152aac361..98a23d374 100644 --- a/scripts/bash/task.sh +++ b/scripts/bash/task.sh @@ -34,13 +34,13 @@ # # To use these routines: # -# 1) Copy this file to somewhere (e.g. ~/.bash_completion.d/.task_completion.sh). +# 1) Copy this file to somewhere (e.g. ~/.bash_completion.d/.task.sh). # 2) Added the following line to your .bashrc: -# source ~/.bash_completion.d/task_completion.sh +# source ~/.bash_completion.d/task.sh # # OR # -# 3) Copy the file to /etc/bash_complettion.d +# 3) Copy the file to /etc/bash_completion.d # 4) source /etc/bash_completion # # To submit patches/bug reports: