about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-11-04 17:42:19 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-11-04 17:44:59 +0100
commiteb53932c059f6b315d18945f484337203a227b4e (patch)
treeee8adc0b82404f567465cdd41cd80f064315bfd0 /README.md
parent36a30a70086a83ad3d74b344b51baa57366b034d (diff)
downloadsnooze-eb53932c059f6b315d18945f484337203a227b4e.tar.gz
snooze-eb53932c059f6b315d18945f484337203a227b4e.tar.xz
snooze-eb53932c059f6b315d18945f484337203a227b4e.zip
fix first sentence
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 99a615c..d33c953 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 ## snooze: run a command at a particular time
 
-`snooze` is a new tool for to wait until a particular time and then
-run a command.  Together with a service supervision system such as runit,
-this can be used to replace cron(8).
+`snooze` is a new tool for waiting until a particular time and then
+running a command.  Together with a service supervision system such as
+runit, this can be used to replace cron(8).
 
 `lr` has been tested on Linux 4.2.
 It will likely work on other Unix-like systems with C99.