[libpeas] Fix a few typos



commit 02ccafeed620e7739b4340387e608f9b9916757e
Author: Garrett Regier <garrettregier gmail com>
Date:   Thu Sep 1 06:37:58 2011 -0700

    Fix a few typos

 Makefile.am                |    4 ++--
 loaders/python/Makefile.am |    2 +-
 tests/Makefile.tests       |    2 +-
 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]