From 55e6f062a3591fc47c5e0c501b8a5c025bd3a336 Mon Sep 17 00:00:00 2001 From: Huell-Howitzer <47521696+Huell-Howitzer@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:45:52 -0800 Subject: [PATCH] Fix typo --- src/tiv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiv.cpp b/src/tiv.cpp index a012a93..4d6c818 100644 --- a/src/tiv.cpp +++ b/src/tiv.cpp @@ -584,7 +584,7 @@ int main(int argc, char *argv[]) { << std::endl; } #else - std::cerr << "Warning: failed to determine most reasonable sie: " + std::cerr << "Warning: failed to determine most reasonable size: " "unrecognized system, defaulting to 80x24" << std::endl; #endif