diff options
author | saturneric <[email protected]> | 2024-11-28 16:42:53 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-28 16:42:53 +0000 |
commit | 8e1d3e3f30e1d52c5d686b575f4b4b3757dca338 (patch) | |
tree | 8a2b749eff0d6631ad844f7371a8760c2bb4cd82 /src/cmd.cpp | |
parent | fix: solve issues on ui (diff) | |
download | GpgFrontend-8e1d3e3f30e1d52c5d686b575f4b4b3757dca338.tar.gz GpgFrontend-8e1d3e3f30e1d52c5d686b575f4b4b3757dca338.zip |
fix: spelling mistakes
Diffstat (limited to 'src/cmd.cpp')
-rw-r--r-- | src/cmd.cpp | 2 |
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'; |