Misc. typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-04-23 13:21:12 -04:00
committed by Yorik van Havre
parent 8c0b574661
commit 505488c4f9
83 changed files with 112 additions and 112 deletions

View File

@@ -145,7 +145,7 @@ const std::string &FileInfo::getTempPath(void)
std::string FileInfo::getTempFileName(const char* FileName, const char* Path)
{
//FIXME: To avoid race conditons we should rather return a file pointer
//FIXME: To avoid race conditions we should rather return a file pointer
//than a file name.
#ifdef FC_OS_WIN32
wchar_t buf[MAX_PATH + 2];