Skip to content

Commit 64b0a28

Browse files
committed
Fix typos.
1 parent dce8f2f commit 64b0a28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/user_guide.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ are not "resolved".
6060
If an issue is closed, and a new message is received then it'll be
6161
reopened to the state of "chatting".
6262

63-
The full set of **prority** and **status** values are:
63+
The full set of **priority** and **status** values are:
6464

6565
=========== =====================================
6666
Priority Description
@@ -329,10 +329,10 @@ arguments:
329329
============ =============================================================
330330
Argument Description
331331
============ =============================================================
332-
@sort sort by prop name, optionally preceeded with '-' to give
332+
@sort sort by prop name, optionally preceded with '-' to give
333333
descending or nothing for ascending sorting. The sort
334334
argument can have several props separated with comma.
335-
@group group by prop name, optionally preceeded with '-' or to sort
335+
@group group by prop name, optionally preceded with '-' or to sort
336336
in descending or nothing for ascending order. The group
337337
argument can have several props separated with comma.
338338
@columns selects the columns that should be displayed. Default is
@@ -402,14 +402,14 @@ Subject-line information
402402

403403
The subject line of the incoming message is examined to find one of:
404404

405-
1. a case insentive ``help``,
405+
1. a case insensitive ``help``,
406406
2. a match for ``-- key <OneTimeKey>``,
407407
3. the item that the message is responding to,
408408
4. the type of item the message should create, or
409409
5. we default the item class and try some trickiness.
410410

411411
If the subject is ``help`` (case insensitive), the gateway responds
412-
with an explaination of the interface.
412+
with an explanation of the interface.
413413

414414
If a one-time key is found, we're processing an in-progress
415415
registration confirmation.
@@ -766,7 +766,7 @@ the command-line.
766766

767767
When you initialise a new tracker instance you are prompted for the
768768
admin password. If you want to initialise a tracker non-interactively
769-
you can put the initialise command and password on the commnd
769+
you can put the initialise command and password on the command
770770
line. But this allows others on the host to see the password (using
771771
the ps command). To initialise a tracker non-interactively without
772772
exposing the password, create a file (e.g init_tracker) set to mode

0 commit comments

Comments
 (0)