Make sure fish is facing down when killed
[supertux.git] / src / physfs / physfs_sdl.cpp
index 0d6730b..4ad2b6e 100644 (file)
@@ -80,7 +80,7 @@ SDL_RWops* get_physfs_SDLRWops(const std::string& filename)
        // check this as PHYSFS seems to be buggy and still returns a
        // valid pointer in this case
        if(filename == "") {
-               throw std::runtime_error("Couldn't open file: emtpy filename");
+               throw std::runtime_error("Couldn't open file: empty filename");
        }
 
     PHYSFS_file* file = (PHYSFS_file*) PHYSFS_openRead(filename.c_str());