summaryrefslogtreecommitdiff
path: root/scripts/sitemap.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 23:22:38 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 23:22:38 +0100
commit0ab17f382b9993ada3d12d4cdace72cca53fb545 (patch)
treeea8d1923f5ceb2a797e6b6962f74ae33367cf891 /scripts/sitemap.php
parent221b779e88e51b70a2c3509798154c461203e636 (diff)
* [Cc]an't -> [Cc]annot
* [Cc]ould't -> [Cc]ould not
Diffstat (limited to 'scripts/sitemap.php')
-rwxr-xr-xscripts/sitemap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/sitemap.php b/scripts/sitemap.php
index f8c392146..ee5d33e1e 100755
--- a/scripts/sitemap.php
+++ b/scripts/sitemap.php
@@ -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.");
}
}