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