chiark / gitweb /
Makefile: Fix a stupid typo.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 13 Aug 2017 03:32:36 +0000 (04:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 13 Aug 2017 03:32:36 +0000 (04:32 +0100)
Makefile

index a857bf3a6130d8c3bc564a1c2a3c532303a5d31d..9d7b8a1bb1fb92dcebfc72013ba7a26e62e603fb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -259,7 +259,7 @@ endif
 
 dotfile-source          = $(HERE)/dot/$(or $($1_SRC), $(1:.%=%)$2)
 
-## Easist: just make symlinks.
+## Easiest: just make symlinks.
 dotlink-ok-p            = \
        $(call symlink-ok-p,$(HOME)/$1,$(call dotfile-source,$1))
 all:: $(addprefix $(HOME)/, $(DOTLINKS))