aboutsummaryrefslogtreecommitdiff
path: root/core/control_flow.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-23 15:32:53 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-11-23 15:32:53 -0800
commit0b082397bb0366a5af250bdf1c757e0c26571de6 (patch)
tree4a527710b243a3626070981522c960fc4012f286 /core/control_flow.nom
parentfa967247daae4fec8c42efe73fd16c615b4fb7d5 (diff)
Fixed typo.
Diffstat (limited to 'core/control_flow.nom')
-rw-r--r--core/control_flow.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/control_flow.nom b/core/control_flow.nom
index 636f586..f01d948 100644
--- a/core/control_flow.nom
+++ b/core/control_flow.nom
@@ -385,7 +385,7 @@ test:
unless ((size of "\%code") > 0):
compile error at %line "\
- ..You can't have an 'else' block without a preceeding condition"
+ ..You can't have an 'else' block without a preceding condition"
.."\
..If you want the code in this block to always execute, you don't need a conditional block around it. \
..Otherwise, make sure the 'else' block comes last."
@@ -447,7 +447,7 @@ test:
unless ((size of "\%code") > 0):
compile error at %line "\
- ..You can't have an 'else' block without a preceeding condition"
+ ..You can't have an 'else' block without a preceding condition"
.."\
..If you want the code in this block to always execute, you don't need a conditional block around it. \
..Otherwise, make sure the 'else' block comes last."