summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2011-09-01 06:37:58 -0700
committerGarrett Regier <garrettregier@gmail.com>2011-09-18 07:09:56 -0700
commit02ccafeed620e7739b4340387e608f9b9916757e (patch)
tree9df9c2ec0210570b225051ad23fdfad72629de2f
parent7d4ac8fe8978bba0b07add0297492d34f49038d1 (diff)
downloadlibpeas-02ccafeed620e7739b4340387e608f9b9916757e.tar.gz
Fix a few typos
-rw-r--r--Makefile.am4
-rw-r--r--loaders/python/Makefile.am2
-rw-r--r--tests/Makefile.tests2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 553ba23..9c96bf3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,7 @@ test-gdb: all
else
test-gdb:
- @echo "You need to GDB"
+ @echo "You need GDB"
endif # GDB_ENABLED
@@ -49,7 +49,7 @@ test-valgrind test-callgrind: all
else
test-valgrind test-callgrind:
- @echo "You need to Valgrind"
+ @echo "You need Valgrind"
endif # VALGRIND_ENABLED
diff --git a/loaders/python/Makefile.am b/loaders/python/Makefile.am
index b35cf93..f029d8c 100644
--- a/loaders/python/Makefile.am
+++ b/loaders/python/Makefile.am
@@ -1,4 +1,4 @@
-# C plugin loader
+# Python plugin loader
loaderdir = $(libdir)/libpeas-1.0/loaders
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index 0605e93..9caaf31 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -54,7 +54,7 @@ test-callgrind: all
else
test-valgrind test-callgrind:
- @echo "You need to Valgrind"
+ @echo "You need Valgrind"
endif # VALGRIND_ENABLED