summaryrefslogtreecommitdiff
path: root/scripts/fixup_utf8.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/fixup_utf8.php
parent221b779e88e51b70a2c3509798154c461203e636 (diff)
* [Cc]an't -> [Cc]annot
* [Cc]ould't -> [Cc]ould not
Diffstat (limited to 'scripts/fixup_utf8.php')
-rwxr-xr-xscripts/fixup_utf8.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixup_utf8.php b/scripts/fixup_utf8.php
index 5a9fba7c3..5581633ec 100755
--- a/scripts/fixup_utf8.php
+++ b/scripts/fixup_utf8.php
@@ -76,7 +76,7 @@ class UTF8FixerUpper
$succ = mysqli_set_charset($conn, $charset);
if (!$succ) {
- echo "ERROR: couldn't set charset\n";
+ echo "ERROR: Could not set charset\n";
$db->disconnect();
return NULL;
}