From dd55f01f102f7bbf38545a3ef534c05811c40ed4 Mon Sep 17 00:00:00 2001 From: slava Date: Fri, 18 Aug 2006 18:48:29 +0000 Subject: [PATCH] Fix typo in jEdit plugin code --- library/tools/jedit.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/tools/jedit.factor b/library/tools/jedit.factor index fbc8928779..8859648cba 100644 --- a/library/tools/jedit.factor +++ b/library/tools/jedit.factor @@ -68,7 +68,7 @@ namespaces parser prettyprint sequences strings words shells ; dup definer , dup word-vocabulary , dup word-name , - stack-effect effect>string , + stack-effect dup [ effect>string ] when , ] [ ] make ] when ;