summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwardFine <[email protected]>2022-11-29 20:03:14 -0800
committerEdwardFine <[email protected]>2022-11-29 20:03:14 -0800
commitde168d90d46f62d277b961237b1d14f89496835c (patch)
tree5e747e35045015ff4a480dec487cdd98623fcf7f
parent5 (diff)
downloadcst116-lab3-edwardfine-de168d90d46f62d277b961237b1d14f89496835c.tar.xz
cst116-lab3-edwardfine-de168d90d46f62d277b961237b1d14f89496835c.zip
6
-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..ae1ac34 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 Fle";
cout << "\n\n\t\t ** About to EXIT NOW! ** ";
}
return 0;