mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix typos reported by lintian (#1147)
From https://mentors.debian.net/package/rgbds/#upload-1
This commit is contained in:
@@ -386,7 +386,7 @@ int main(int argc, char **argv) {
|
||||
char *args[] = {path, argv[1], file, nullptr};
|
||||
|
||||
if (auto ret = execProg("randtilegen", args); ret != nullptr) {
|
||||
fatal("Failed to excute ./randtilegen (%s). Is it in the current working directory?",
|
||||
fatal("Failed to execute ./randtilegen (%s). Is it in the current working directory?",
|
||||
ret);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user