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 ;