diff options
author | bloodstalker <thabogre@gmail.com> | 2017-03-01 13:10:25 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-03-01 13:10:25 +0000 |
commit | 5c88bef39dcdf1e9b04e2ed8ca5b2f28339ab242 (patch) | |
tree | 6680cc72b7315c872fde0b757fdad45794b09cd5 /daemon | |
parent | generated by bear (diff) | |
download | mutator-5c88bef39dcdf1e9b04e2ed8ca5b2f28339ab242.tar.gz mutator-5c88bef39dcdf1e9b04e2ed8ca5b2f28339ab242.zip |
fixed a typo
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/makefile | 2 |
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.' |