* [Cc]an't -> [Cc]annot

* [Cc]ould't -> [Cc]ould not
This commit is contained in:
Siebrand Mazeland
2009-11-08 23:22:38 +01:00
parent 221b779e88
commit 0ab17f382b
59 changed files with 4873 additions and 7741 deletions

View File

@@ -125,7 +125,7 @@ class LinkbackPlugin extends Plugin
if (!extension_loaded('xmlrpc')) {
if (!dl('xmlrpc.so')) {
common_log(LOG_ERR, "Can't pingback; xmlrpc extension not available.");
common_log(LOG_ERR, "Cannot pingback; xmlrpc extension not available.");
}
}