mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Typos
- Fix various typos in comments and documentation. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
bfba1c725d
commit
b093d23f1f
4 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
#
|
||||
# To use these routines:
|
||||
#
|
||||
# 1) Copy this file to somewhere (e.g. ~/.bash_completion.d/.task.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.sh
|
||||
#
|
||||
|
|
|
@ -159,7 +159,7 @@ _regex_words -t ':' default 'task attributes' \
|
|||
'wa*it:Date until task becomes pending:$task_dates' \
|
||||
're*cur:Recurrence frequency:$task_freqs' \
|
||||
'pri*ority:priority:$task_priorities' \
|
||||
'un*til:Recurrence end date:$task_dates' \
|
||||
'un*til:Expiration date:$task_dates' \
|
||||
'fg:Foreground color' \
|
||||
'bg:Background color' \
|
||||
'li*mit:Desired number of rows in report'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue