[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2127] nagiosplug/trunk/lib/tests/test_disk.c

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Thu Jan 15 12:13:15 CET 2009


Revision: 2127
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2127&view=rev
Author:   dermoth
Date:     2009-01-15 11:13:15 +0000 (Thu, 15 Jan 2009)

Log Message:
-----------
Typo

From: Thomas Guyot-Sionnest <dermoth at aei.ca>

Modified Paths:
--------------
    nagiosplug/trunk/lib/tests/test_disk.c

Modified: nagiosplug/trunk/lib/tests/test_disk.c
===================================================================
--- nagiosplug/trunk/lib/tests/test_disk.c	2009-01-15 11:10:18 UTC (rev 2126)
+++ nagiosplug/trunk/lib/tests/test_disk.c	2009-01-15 11:13:15 UTC (rev 2127)
@@ -219,5 +219,6 @@
 		    desc, regstr, expect, matches);
 
 	} else
-		ok ( false, "regex '%s' not compileable", regstr);
+		ok ( false, "regex '%s' not compilable", regstr);
 }
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list