From a2e0ac28728fbba8950c1f69783604dcf2e31d49 Mon Sep 17 00:00:00 2001 From: Robbi-Blechdose Date: Sat, 24 Jun 2023 16:26:04 +0200 Subject: [PATCH] Fix typos reported by lintian (#1147) From https://mentors.debian.net/package/rgbds/#upload-1 --- man/rgbasm.5 | 2 +- test/gfx/rgbgfx_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/rgbasm.5 b/man/rgbasm.5 index 34888660..587e1f64 100644 --- a/man/rgbasm.5 +++ b/man/rgbasm.5 @@ -188,7 +188,7 @@ PRINTLN "Hello {s:WHO}!" .Pp Although, for these examples, .Ic STRFMT -would be more approriate; see +would be more appropriate; see .Sx String expressions further below. .Sh EXPRESSIONS diff --git a/test/gfx/rgbgfx_test.cpp b/test/gfx/rgbgfx_test.cpp index 5a2c51f9..6bbfa7b4 100644 --- a/test/gfx/rgbgfx_test.cpp +++ b/test/gfx/rgbgfx_test.cpp @@ -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); } }