]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/util.php
Revert "* [Cc]an't -> [Cc]annot"
[quix0rs-gnu-social.git] / lib / util.php
index dde3fb48f6adece635fc23324d34b0259894df37..a4865c46c19252211bbe4165100de963c9688533 100644 (file)
@@ -576,7 +576,7 @@ function common_linkify($url) {
         } elseif (is_string($longurl_data)) {
             $longurl = $longurl_data;
         } else {
-            throw new ServerException("Cannot linkify url '$url'");
+            throw new ServerException("Can't linkify url '$url'");
         }
     }
     $attrs = array('href' => $canon, 'title' => $longurl, 'rel' => 'external');