aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."