Index: trunk/FACT++/src/InterpreterV8.cc
===================================================================
--- trunk/FACT++/src/InterpreterV8.cc	(revision 14992)
+++ trunk/FACT++/src/InterpreterV8.cc	(revision 14994)
@@ -306,5 +306,5 @@
                       "}";
     if (timeout)
-        code +=    "if(ms>0)throw new Error('Waitig for state "+arg1+" of server "+arg0+" timed out.');";
+        code +=    "if(ms>0)throw new Error('Waiting for state "+arg1+" of server "+arg0+" timed out.');";
     code +=        "return false;"
                    "})('"+arg0+"',"+arg1;
@@ -1822,5 +1822,5 @@
     // If all went well and the result wasn't undefined then print
     // the returned value.
-    if (!result.IsEmpty() && !result->IsUndefined())
+    if (!result.IsEmpty() && !result->IsUndefined() && file!="internal")
         JsResult(*String::AsciiValue(result));
 
