diff options
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.' |