From 54b83c7123094cb5d4702db189491983ac9649fb Mon Sep 17 00:00:00 2001 From: hikerstk Date: Thu, 14 Jul 2011 05:06:12 +0000 Subject: [PATCH] Fixed typos. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9257 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/io/file_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/file_manager.cpp b/src/io/file_manager.cpp index 9a26855b7..487b5425e 100644 --- a/src/io/file_manager.cpp +++ b/src/io/file_manager.cpp @@ -445,7 +445,7 @@ bool FileManager::checkAndCreateDirectory(const std::string &path) if(m_file_system->existFile(io::path(path.c_str()))) return true; - std::cout << "{FioleManager] Creating directory \"" << path << "\"\n"; + std::cout << "[FileManager] Creating directory \"" << path << "\"\n"; // Otherwise try to create the directory: #if defined(WIN32) && !defined(__CYGWIN__)