From e7bf0c009de73957c86361038e33ea198480f6a3 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sun, 7 Sep 2008 18:55:00 -0700 Subject: [PATCH] fix typo --- basis/core-foundation/core-foundation.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/core-foundation/core-foundation.factor b/basis/core-foundation/core-foundation.factor index 5c3ccf6c80..e51b19645a 100644 --- a/basis/core-foundation/core-foundation.factor +++ b/basis/core-foundation/core-foundation.factor @@ -137,7 +137,7 @@ M: f dup [ CFBundleLoadExecutable drop ] [ - "Cannot load bundled named " prepend throw + "Cannot load bundle named " prepend throw ] ?if ; TUPLE: CFRelease-destructor alien disposed ;