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:
@@ -188,7 +188,7 @@ PRINTLN "Hello {s:WHO}!"
|
|||||||
.Pp
|
.Pp
|
||||||
Although, for these examples,
|
Although, for these examples,
|
||||||
.Ic STRFMT
|
.Ic STRFMT
|
||||||
would be more approriate; see
|
would be more appropriate; see
|
||||||
.Sx String expressions
|
.Sx String expressions
|
||||||
further below.
|
further below.
|
||||||
.Sh EXPRESSIONS
|
.Sh EXPRESSIONS
|
||||||
|
|||||||
@@ -386,7 +386,7 @@ int main(int argc, char **argv) {
|
|||||||
char *args[] = {path, argv[1], file, nullptr};
|
char *args[] = {path, argv[1], file, nullptr};
|
||||||
|
|
||||||
if (auto ret = execProg("randtilegen", args); ret != 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);
|
ret);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user