Fixed typos.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9257 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
782d7a3ae4
commit
54b83c7123
@ -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__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user