From 095bdb380a989f730fa1220b211aa7410f5e2104 Mon Sep 17 00:00:00 2001 From: RajaRaviVarma Date: Tue, 6 Dec 2016 13:32:10 +0530 Subject: [PATCH] Typo fix. * 'from' was misspelled as 'fron', corrected it. --- todo_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo_completion b/todo_completion index f443acb..6abc4a8 100644 --- a/todo_completion +++ b/todo_completion @@ -103,7 +103,7 @@ complete -F _todo todo.sh # If you use aliases to use different configuration(s), you need to add and use # a wrapper completion function for each configuration if you want to complete -# fron the actual configured task locations: +# from the actual configured task locations: #alias todo2='todo.sh -d "$HOME/todo2.cfg"' #_todo2() #{