diff --git a/Mage/Command/BuiltIn/CompileCommand.php b/Mage/Command/BuiltIn/CompileCommand.php
index f00b0ed..2f3b198 100644
--- a/Mage/Command/BuiltIn/CompileCommand.php
+++ b/Mage/Command/BuiltIn/CompileCommand.php
@@ -29,7 +29,7 @@ class CompileCommand extends AbstractCommand
public function run ()
{
if (ini_get('phar.readonly')) {
- Console::output('The php.ini variable phar.readonly must be enabled.', 1, 2);
+ Console::output('The php.ini variable phar.readonly must be Off.', 1, 2);
return;
}