aboutsummaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-03-01 13:10:25 +0000
committerbloodstalker <thabogre@gmail.com>2017-03-01 13:10:25 +0000
commit5c88bef39dcdf1e9b04e2ed8ca5b2f28339ab242 (patch)
tree6680cc72b7315c872fde0b757fdad45794b09cd5 /daemon
parentgenerated by bear (diff)
downloadmutator-5c88bef39dcdf1e9b04e2ed8ca5b2f28339ab242.tar.gz
mutator-5c88bef39dcdf1e9b04e2ed8ca5b2f28339ab242.zip
fixed a typo
Diffstat (limited to 'daemon')
-rw-r--r--daemon/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/makefile b/daemon/makefile
index 66ec91f..abe6190 100644
--- a/daemon/makefile
+++ b/daemon/makefile
@@ -21,7 +21,7 @@ clean:
rm -f *.o *~ $(TARGET)
help:
- @echo 'all build the target. all is the deafult.'
+ @echo 'all builds the target. all is the default.'
@echo 'clean runs clean.'
@echo 'help runs help.'