OSDN Git Service

Minor typo fix.
authorWesley Spikes <wesley.spikes@gmail.com>
Sat, 25 Jan 2014 00:52:40 +0000 (16:52 -0800)
committerWesley Spikes <wesley.spikes@gmail.com>
Sat, 25 Jan 2014 00:52:40 +0000 (16:52 -0800)
php/WP_CLI/Runner.php

index acb95aa..45821a9 100644 (file)
@@ -405,7 +405,7 @@ class Runner {
                        return; # not root
 
                WP_CLI::error(
-                       "YIKES! It looks like you're running this as root. You probably meant to" .
+                       "YIKES! It looks like you're running this as root. You probably meant to " .
                        "run this as the user that your WordPress install exists under.\n" .
                        "\n" .
                        "If you REALLY mean to run this as root, we won't stop you, but just " .