summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 0915f41..9831bb3 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -82,7 +82,7 @@ ifneq ($(shell uname -s),Darwin)
LDLIBS += -pthread
endif
-# Check for gnuplot existance
+# Check for gnuplot existence
ifneq (, $(shell which gnuplot))
CFLAGS += -DGNUPLOT
endif