From 3b923b3553a429ea581bac23c2298c479ba4c946 Mon Sep 17 00:00:00 2001 From: Andrei F Date: Wed, 12 Oct 2022 22:33:27 -0700 Subject: Fixed a spelling error, final commit --- CST116-Ch8-Debugging/CST116-Ch8-Florea-pseudo-code.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3