@@ -60,7 +60,7 @@ are not "resolved".
6060If an issue is closed, and a new message is received then it'll be
6161reopened 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=========== =====================================
6666Priority Description
@@ -329,10 +329,10 @@ arguments:
329329============ =============================================================
330330Argument 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
403403The 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``,
4064062. a match for ``-- key <OneTimeKey>``,
4074073. the item that the message is responding to,
4084084. the type of item the message should create, or
4094095. we default the item class and try some trickiness.
410410
411411If the subject is ``help`` (case insensitive), the gateway responds
412- with an explaination of the interface.
412+ with an explanation of the interface.
413413
414414If a one-time key is found, we're processing an in-progress
415415registration confirmation.
@@ -766,7 +766,7 @@ the command-line.
766766
767767When you initialise a new tracker instance you are prompted for the
768768admin 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
770770line. But this allows others on the host to see the password (using
771771the ps command). To initialise a tracker non-interactively without
772772exposing the password, create a file (e.g init_tracker) set to mode
0 commit comments