diff options
| author | EdwardFine <[email protected]> | 2022-11-29 20:03:32 -0800 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-11-29 20:03:32 -0800 |
| commit | 191fb1e00cab6a60d44602b7cd40295501d29f48 (patch) | |
| tree | 4f23136ae77be30611be6bed0c84f8139a33940f /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | 7 (diff) | |
| download | cst116-lab3-edwardfine-191fb1e00cab6a60d44602b7cd40295501d29f48.tar.xz cst116-lab3-edwardfine-191fb1e00cab6a60d44602b7cd40295501d29f48.zip | |
8
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..d8216ea 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 F8le"; cout << "\n\n\t\t ** About to EXIT NOW! ** "; } return 0; |