summaryrefslogtreecommitdiffstats
path: root/test/test_plugin.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_plugin.sh.in')
-rw-r--r--test/test_plugin.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_plugin.sh.in b/test/test_plugin.sh.in
index a881198..c00df8c 100644
--- a/test/test_plugin.sh.in
+++ b/test/test_plugin.sh.in
@@ -24,7 +24,7 @@ TOP_BUILDDIR=@top_builddir@
echo $srcdir
echo $TOP_BUILDDIR
-# Determine backward compatibility options eneabled
+# Determine backward compatibility options enabled
DEPRECATED_SYMBOLS="@DEPRECATED_SYMBOLS@"
nerrors=0
@@ -54,7 +54,7 @@ TESTING() {
}
if test $nerrors -eq 0 ; then
- echo "All Error API tests passed."
+ echo "All Plugin API tests passed."
fi
exit $nerrors