JANITORIAL: Fix various "an" typos in comments

This commit is contained in:
Donovan Watteau
2023-03-16 14:47:28 +01:00
committed by Eugene Sandulenko
parent bdb555d9a0
commit 18ab6803d6
70 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ bool shouldSkipFileForTarget(const std::string &fileID, const std::string &targe
// - if the parent directory is "backends/platform/ios7", the file belongs to the iOS target.
// - if the parent directory is "/sdl", the file belongs to the macOS target.
// - if the file has a suffix, like "_osx", or "_ios", the file belongs to one of the target.
// - if the file is an macOS icon file (icns), it belongs to the macOS target.
// - if the file is a macOS icon file (icns), it belongs to the macOS target.
std::string name, ext;
splitFilename(fileName, name, ext);