diff options
| author | EdwardFine <[email protected]> | 2022-11-29 20:02:50 -0800 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-11-29 20:02:50 -0800 |
| commit | 4eb5df4d2088abaebe6cbd58fb0796a76fe772f5 (patch) | |
| tree | a6bab7b530e5720a18c6473b0f2b43d77834017f /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | 1 (diff) | |
| download | cst116-lab3-edwardfine-4eb5df4d2088abaebe6cbd58fb0796a76fe772f5.tar.xz cst116-lab3-edwardfine-4eb5df4d2088abaebe6cbd58fb0796a76fe772f5.zip | |
2
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -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..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; |