registration: Fix typo in validator
authorKunal Mehta <legoktm@member.fsf.org>
Wed, 20 Sep 2017 06:45:51 +0000 (23:45 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Wed, 20 Sep 2017 06:45:51 +0000 (23:45 -0700)
Change-Id: Ic4f0eb5f05504922c20213e1d321fa14c979b6f8

includes/registration/ExtensionJsonValidator.php

index 8142111..c8e5e19 100644 (file)
@@ -105,7 +105,7 @@ class ExtensionJsonValidator {
                        // All good.
                        return true;
                } else {
-                       $out = "$path did pass validation.\n";
+                       $out = "$path did not pass validation.\n";
                        foreach ( $validator->getErrors() as $error ) {
                                $out .= "[{$error['property']}] {$error['message']}\n";
                        }