From cddb1f6133867dadc103c48a72143929db111c4c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 15 Feb 2009 04:07:05 -0600 Subject: [PATCH] Fix spelling --- basis/compiler/cfg/builder/builder.factor | 2 +- basis/farkup/farkup.factor | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/compiler/cfg/builder/builder.factor b/basis/compiler/cfg/builder/builder.factor index 9ffe4a6aa0..4b521725fe 100755 --- a/basis/compiler/cfg/builder/builder.factor +++ b/basis/compiler/cfg/builder/builder.factor @@ -55,7 +55,7 @@ GENERIC: emit-node ( node -- next ) : begin-word ( -- ) #! We store the basic block after the prologue as a loop - #! labelled by the current word, so that self-recursive + #! labeled by the current word, so that self-recursive #! calls can skip an epilogue/prologue. ##prologue ##branch diff --git a/basis/farkup/farkup.factor b/basis/farkup/farkup.factor index a5951a5080..eea30a3040 100755 --- a/basis/farkup/farkup.factor +++ b/basis/farkup/farkup.factor @@ -85,10 +85,10 @@ image-link = "[[image:" link-content "|" link-content "]]" simple-link = "[[" link-content "]]" => [[ second >string dup simple-link-title link boa ]] -labelled-link = "[[" link-content "|" link-content "]]" +labeled-link = "[[" link-content "|" link-content "]]" => [[ [ second >string ] [ fourth >string ] bi link boa ]] -link = image-link | labelled-link | simple-link +link = image-link | labeled-link | simple-link escaped-char = "\" . => [[ second 1string ]]