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); } }