|
From: <ai...@us...> - 2014-04-20 23:58:49
|
Revision: 13101
http://sourceforge.net/p/plplot/code/13101
Author: airwin
Date: 2014-04-20 23:58:47 +0000 (Sun, 20 Apr 2014)
Log Message:
-----------
Spelling fix.
Modified Paths:
--------------
trunk/scripts/comprehensive_test.sh
Modified: trunk/scripts/comprehensive_test.sh
===================================================================
--- trunk/scripts/comprehensive_test.sh 2014-04-08 06:52:52 UTC (rev 13100)
+++ trunk/scripts/comprehensive_test.sh 2014-04-20 23:58:47 UTC (rev 13101)
@@ -287,7 +287,7 @@
$build_command test_interactive >& "$output"
make_rc=$?
if [ "$make_rc" -ne 0 ] ; then
- echo "ERROR: Traditional $build_command test_interactive failed in the installed exaples tree"
+ echo "ERROR: Traditional $build_command test_interactive failed in the installed examples tree"
exit 1
fi
if [ "$do_clean_as_you_go" = "yes" ] ; then
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|