about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-02 19:25:24 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-02 19:25:24 +0200
commitb175ef6cd4a1989c9b9b46cfd52ab2e5991cf497 (patch)
tree5ffbfddbfa801c074d3a67b48383a22aa5877c83 /README.md
parent2cb3fd3946016bae311778633d17c6bed7f7e0db (diff)
downloadnq-b175ef6cd4a1989c9b9b46cfd52ab2e5991cf497.tar.gz
nq-b175ef6cd4a1989c9b9b46cfd52ab2e5991cf497.tar.xz
nq-b175ef6cd4a1989c9b9b46cfd52ab2e5991cf497.zip
typos!
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index deb2c6a..51d0052 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ STDOUT and STDERR are redirected into the log file.
 currently running job has +x bit set.  Thus you can use `ls -F` to get
 a quick overview of the state of your queue.
 
-The "file extension" of the log file is the actualy PID, so you can
+The "file extension" of the log file is the actually PID, so you can
 kill jobs easily.  Before the job is started, it is the PID of `nq`,
 so you can cancel a queued job by killing it as well.
 
@@ -43,12 +43,12 @@ You can wait for jobs to finish using `nq -w`, possibly listing job
 ids you want to wait for; the default is all of them.  Likewise, you
 can test if there are jobs which need to be waited upon using `-t`.
 
-By default, job ids are per-directoy, but you can set `$NQDIR` to put
+By default, job ids are per-directory, but you can set `$NQDIR` to put
 them elsewhere.  Creating `nq` wrappers setting `$NQDIR` to provide
 different queues for different purposes is encouraged.
 
 All these operations take worst-case linear time in the amount of lock
-files produced, so you should clean them regularily.
+files produced, so you should clean them regularly.
 
 ## nq helpers
 
@@ -62,7 +62,7 @@ jobs are done.
 
 (A pure shell implementation of `nq` is provided as `nq.sh`.  It needs
 `flock` from util-linux, and only has a timer resolution of 1s.
-Lockfiles from `nq` and `nq.sh` should not be mixed.)
+Lock files from `nq` and `nq.sh` should not be mixed.)
 
 ## Copyright