X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/38ca813a0e312e2768e5b9519f0415cd0aa84781..5aa86a9053fb0fa15846bb60aac2fb8fdfff524a:/wp-includes/locale.php diff --git a/wp-includes/locale.php b/wp-includes/locale.php index dc3ede6f..1b529bae 100644 --- a/wp-includes/locale.php +++ b/wp-includes/locale.php @@ -25,7 +25,7 @@ class WP_Locale { * Stores the translated strings for the one character weekday names. * * There is a hack to make sure that Tuesday and Thursday, as well - * as Sunday and Saturday don't conflict. See init() method for more. + * as Sunday and Saturday, don't conflict. See init() method for more. * * @see WP_Locale::init() for how to handle the hack. * @@ -65,7 +65,7 @@ class WP_Locale { /** * Stores the translated strings for 'am' and 'pm'. * - * Also the capalized versions. + * Also the capitalized versions. * * @since 2.1.0 * @var array