Index: trunk/psLib/src/sys/psAssert.h
===================================================================
--- trunk/psLib/src/sys/psAssert.h	(revision 8917)
+++ trunk/psLib/src/sys/psAssert.h	(revision 8921)
@@ -150,5 +150,5 @@
 if (!isfinite(NAME)) { \
     psError(PS_ERR_BAD_PARAMETER_VALUE, true, \
-            "Error: %s=%fis not a real value.\n", \
+            "Error: %s=%f is not a real value.\n", \
             #NAME, NAME); \
     return RVAL; \
