From b4514a7820ed5dcf845fc1ce068d1ee50a89927e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:28:44 +1100 Subject: extras: fix typo --- extras/version.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extras/version.cpp') diff --git a/extras/version.cpp b/extras/version.cpp index e1a0cf3..d634341 100644 --- a/extras/version.cpp +++ b/extras/version.cpp @@ -10,7 +10,8 @@ int main(int argc, char* argv[]) { std::cout << GIT_REVISION << std::endl; std::cout << DISTRIBUTOR << std::endl; } else if (arg == "-s" || arg == "--short") { - std::cout << PROJECT_NAME << " " << VERSION << ", revision " << GIT_REVISION << ", distrubuted by: " << DISTRIBUTOR << std::endl; + std::cout << PROJECT_NAME << " " << VERSION << ", revision " << GIT_REVISION + << ", distributed by: " << DISTRIBUTOR << std::endl; } else { std::cout << "Usage: " << argv[0] << " [-t | --terse] [-s | --short]" << std::endl; return arg != "-h" && arg != "--help"; -- cgit v1.2.3-freya