diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-06 16:14:39 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-11 15:22:49 -0400 |
commit | fb15c00592d6174dc92785587f1bdc099f0ec8e5 (patch) | |
tree | 82b2f5471450dda2af779e880614e9676736bfbb /config.mk | |
parent | 908fb92baa18dde39115ed880fc7a57c2ad72995 (diff) |
config.mk: fix typo
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Note: $(topdir) is set to the directory containing this file. # Note: In the default version of this file, commented out values indicate what -# the GNU standards dicate, when our values differ. +# the GNU standards dictate, when our values differ. DESTDIR= |