]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/sitemap.php
* [Cc]an't -> [Cc]annot
[quix0rs-gnu-social.git] / scripts / sitemap.php
index 88ca2ba7aac4f56d60c7109a962e1a4b56a9ccc1..ee5d33e1e99141c23a4255dc5aad8ac2ba264545 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env php
 <?php
 /*
- * Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2008, 2009, Control Yourself, Inc.
+ * StatusNet - the distributed open-source microblogging tool
+ * Copyright (C) 2008, 2009, StatusNet, Inc.
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -377,11 +377,11 @@ function write_file($path, $data)
     }
 
     if (($fh_out = fopen($path,'w')) === false) {
-        error("couldn't open $path for writing.");
+        error("Could not open $path for writing.");
     }
 
     if (fwrite($fh_out, $data) === false) {
-        error("couldn't write to $path.");
+        error("Could not write to $path.");
     }
 }