]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/wrapdfb.cpp
missing commit
[wxWidgets.git] / src / dfb / wrapdfb.cpp
index eb7f3e8c1c6fb27bd4b88b581437b09fe9b9d708..6159b7df16a968c1981a00fda9e73fdd95c864cb 100644 (file)
@@ -61,7 +61,7 @@ bool wxDfbCheckReturn(DFBResult code)
 
         default:
             // FIXME: should handle the errors individually
-            wxLogError(_("DirectFB error %d occured."), (int)code);
+            wxLogError(_("DirectFB error %d occurred."), (int)code);
             return false;
     }
 }