Fix typo.
authorRoland Lezuo <rlezuo@complang.tuwien.ac.at>
Thu, 3 Mar 2011 21:41:04 +0000 (22:41 +0100)
committerRoland Lezuo <rlezuo@complang.tuwien.ac.at>
Thu, 3 Mar 2011 21:41:04 +0000 (22:41 +0100)
src/vm/os.hpp

index 59e4da54cf09b0b466a3e9a287f45ad84146348f..1f924680d4aefa6917e4f69f2f59f21dc3a0b471 100644 (file)
@@ -353,7 +353,7 @@ inline int os::vfprintf ( FILE * stream, const char * format, va_list arg )
        int result = ::vfprintf(stream, format, arg);
        return result;
 #else
        int result = ::vfprintf(stream, format, arg);
        return result;
 #else
-# error vfrpintf not available
+# error vfprintf not available
 #endif
 }
 
 #endif
 }