Typo fix.

* 'from' was misspelled as 'fron', corrected it.
This commit is contained in:
RajaRaviVarma
2016-12-06 13:32:10 +05:30
parent 66634da336
commit 095bdb380a

View File

@@ -103,7 +103,7 @@ complete -F _todo todo.sh
# If you use aliases to use different configuration(s), you need to add and use # 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 # 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"' #alias todo2='todo.sh -d "$HOME/todo2.cfg"'
#_todo2() #_todo2()
#{ #{