diff options
| author | EdwardFine <[email protected]> | 2022-11-29 20:03:14 -0800 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-11-29 20:03:14 -0800 |
| commit | de168d90d46f62d277b961237b1d14f89496835c (patch) | |
| tree | 5e747e35045015ff4a480dec487cdd98623fcf7f | |
| parent | 5 (diff) | |
| download | cst116-lab3-edwardfine-de168d90d46f62d277b961237b1d14f89496835c.tar.xz cst116-lab3-edwardfine-de168d90d46f62d277b961237b1d14f89496835c.zip | |
6
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
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; |