]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/showcache.php
* [Cc]an't -> [Cc]annot
[quix0rs-gnu-social.git] / scripts / showcache.php
index f179795728dca051786df453e3c84dcf6a897baa..6b00a8f7bf797be9a79339084a4520df23d5afca 100644 (file)
@@ -58,7 +58,7 @@ print "Checking key '$k'...\n";
 $c = common_memcache();
 
 if (empty($c)) {
-    die("Can't initialize cache object!\n");
+    die("Cannot initialize cache object!\n");
 }
 
 $obj = $c->get($k);