diff --git a/OneLoneCoder_CaveDiver.cpp b/OneLoneCoder_CaveDiver.cpp index cb64c44..e10f132 100644 --- a/OneLoneCoder_CaveDiver.cpp +++ b/OneLoneCoder_CaveDiver.cpp @@ -13,7 +13,7 @@ Cheers! Background ~~~~~~~~~~ -Often as an exercide, I'll try to right code where every byte of source code +Often as an exercise, I'll try to write code where every byte of source code should count. I feel that this is an excellent way to practice logic, code comprehension and smarmy arrogance. @@ -104,4 +104,4 @@ int main() pfxy("Dead...\n", 70, 30); system("pause"); // :-P return 0; -} \ No newline at end of file +}