Fix grammar fail in cosmos.lua (string freeze compliant)
This is string freeze compliant because the new string is already contained in stub.lua.
// Util/FilePathAutoRename.h
#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H
#include "Common/MyString.h"
bool AutoRenamePath(UString &fullProcessedPath);
#endif