]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/locale.php
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-includes / locale.php
index dc3ede6f2566bfe2e77928d537c9632ba37d82d9..1b529bae23eb9ccd82acd8dda1c7ceb4b42c0e37 100644 (file)
@@ -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