some typos review

This commit is contained in:
Ray
2023-02-05 11:44:12 +01:00
parent 8c50da167d
commit 60d0ab418a
2 changed files with 3 additions and 3 deletions

View File

@@ -3032,7 +3032,7 @@ const char *GetDirectoryPath(const char *filePath)
if (filePath[1] != ':' && filePath[0] != '\\' && filePath[0] != '/')
{
// For security, we set starting path to current directory,
// obtained path will be concated to this
// obtained path will be concatenated to this
dirPath[0] = '.';
dirPath[1] = '/';
}