summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-22 16:37:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-22 16:37:56 -0400
commit29503c6a4821a4ffaea5366a394964ff14335ff6 (patch)
tree5a07268abb8542a762dba8b0567ddac63f75e1b9 /Makefile.am
parent0df7f102c7c9371a40a63cd66d9fa26c8aa4e01f (diff)
downloadgpsd-29503c6a4821a4ffaea5366a394964ff14335ff6.tar.gz
Typo fix.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c32c956..558829f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -533,7 +533,7 @@ cppcheck: gpsd.h packet_names.h
cppcheck --template gcc --all --force .
# Re-indent the codebase in aa uniform style for readability.
-# FIXME: Except for xgpsspeed - Tachometer.c makes GNI indent lose it.
+# FIXME: Except for xgpsspeed - Tachometer.c makes GNU indent lose it.
INDENT_FILES = $(gpsd_c_sources) $(libgpsd_c_sources) $(libgps_c_sources) \
$(cgps_SOURCES) $(gpsmon_SOURCES) $(gpspipe_SOURCES) \
$(gpxlogger_SOURCES) $(gpsdecode_SOURCES) \