aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project
diff options
context:
space:
mode:
Diffstat (limited to 'Ch 5 Debugging Project')
-rw-r--r--Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp b/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp
index 0bce69d..69a7bc1 100644
--- a/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp
+++ b/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp
@@ -57,7 +57,7 @@
- The calculation only multiplies the money by the raise,
when it should actually be multiplying it by raise + 1.
Right now we are only getting the value that the money
- shoudl be increases by.
+ shoudld be increaseing by.
*
*
* Debugging Exercise 3