]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/BlogspamNetPlugin.php
Revert "Remove more contractions"
[quix0rs-gnu-social.git] / plugins / BlogspamNetPlugin.php
index bf60fdcaf02fd8061968f3f2a05303050840c1fe..51236001aa3fb9aca78ed0a65de62a4a299c7622 100644 (file)
@@ -85,7 +85,7 @@ class BlogspamNetPlugin extends Plugin
             } else if (preg_match('/^SPAM(:(.*))?$/', $response, $match)) {
                 throw new ClientException(sprintf(_("Spam checker results: %s"), $match[2]), 400);
             } else if (preg_match('/^OK$/', $response)) {
-                // do not do anything
+                // don't do anything
             } else {
                 throw new ServerException(sprintf(_("Unexpected response from %s: %s"), $this->baseUrl, $response), 500);
             }