From 4105a12967fe25b6f891954e40eff966dd440e48 Mon Sep 17 00:00:00 2001 From: "aa6164@coventry.ac.uk" Date: Wed, 7 Sep 2022 20:45:55 +0100 Subject: [PATCH] fix typo - CLion is the best --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index d67633f..c18957d 100644 --- a/main.cpp +++ b/main.cpp @@ -16,7 +16,7 @@ using namespace std; int main(int argc, char *argv[]) { - cout << "being exectued from:" << endl; + cout << "being executed from:" << endl; cout << argv[0] << endl; std::filesystem::path cwd = std::filesystem::current_path() / "filename.txt"; // C++17