X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsitemap.php;h=ee5d33e1e99141c23a4255dc5aad8ac2ba264545;hb=0ab17f382b9993ada3d12d4cdace72cca53fb545;hp=f8c3921465bdaa1cba98bc265c594c919205c69b;hpb=bbb830e14c718c687f0636710a1827c90b11f4cc;p=quix0rs-gnu-social.git diff --git a/scripts/sitemap.php b/scripts/sitemap.php index f8c3921465..ee5d33e1e9 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."); } }