Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 30, 2014
1 parent fd1e2f3 commit d9488b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Utils.php
Expand Up @@ -236,7 +236,7 @@ public static function ensureUtf8($data, $from_charset)
}
}
// Invalid UTF-8 still found. Strip out non 7-bit characters, or if
// that fails, force a conersion to UTF-8 as a last resort. Need
// that fails, force a conversion to UTF-8 as a last resort. Need
// to break string into smaller chunks to avoid hitting
// https://bugs.php.net/bug.php?id=37793
$chunk_size = 4000;
Expand Down

0 comments on commit d9488b3

Please sign in to comment.