aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-10-12 22:33:27 -0700
committerAndrei F <[email protected]>2022-10-12 22:33:27 -0700
commit3b923b3553a429ea581bac23c2298c479ba4c946 (patch)
tree77365852090e955ca1a5d0cb8f8d57fd7cbe0a3b /CST116-Ch8-Debugging
parentAdded to output and pseudo-code files (diff)
downloadcst116-chapter8-debugging-florea-3b923b3553a429ea581bac23c2298c479ba4c946.tar.xz
cst116-chapter8-debugging-florea-3b923b3553a429ea581bac23c2298c479ba4c946.zip
Fixed a spelling error, final commit
Diffstat (limited to 'CST116-Ch8-Debugging')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt b/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt
index 4dcc26c..33b26ae 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt
@@ -2,7 +2,7 @@ define i as an int and set it to 0
define count as an int
while i is less than 10
- dislay add 1 to int
+ display add 1 to int
for setting count to 0, count is less than 10, add 1 to count
display count