aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.cpp')
-rw-r--r--src/cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd.cpp b/src/cmd.cpp
index 2f972329..d56f1c8a 100644
--- a/src/cmd.cpp
+++ b/src/cmd.cpp
@@ -72,7 +72,7 @@ auto PrintVersion() -> int {
auto PrintEnvInfo() -> int {
QTextStream stream(stdout);
stream << GetProjectName() << " " << GetProjectVersion() << " "
- << "Environemnt Informations:" << '\n';
+ << "Environemnt Information:" << '\n';
stream << '\n';