summaryrefslogtreecommitdiff
path: root/BlankConsoleLab
diff options
context:
space:
mode:
authorEdwardFine <[email protected]>2022-11-29 20:03:03 -0800
committerEdwardFine <[email protected]>2022-11-29 20:03:03 -0800
commit2257a9e2ac546af2dc988cf3d6ab7143ae9e5c1b (patch)
treea6bab7b530e5720a18c6473b0f2b43d77834017f /BlankConsoleLab
parent3 (diff)
downloadcst116-lab3-edwardfine-2257a9e2ac546af2dc988cf3d6ab7143ae9e5c1b.tar.xz
cst116-lab3-edwardfine-2257a9e2ac546af2dc988cf3d6ab7143ae9e5c1b.zip
4
Diffstat (limited to 'BlankConsoleLab')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index 492267d..7ab6713 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -70,7 +70,7 @@ int main()
}
else
{
- cout << "Trouble Opening Input File";
+ cout << "Trouble Opening Input Fie";
cout << "\n\n\t\t ** About to EXIT NOW! ** ";
}
return 0;