OSDN Git Service

Correct spelling of whether
authorJohn Blackbourn <johnbillion@gmail.com>
Sat, 4 Jan 2014 23:59:18 +0000 (23:59 +0000)
committerJohn Blackbourn <johnbillion@gmail.com>
Sat, 4 Jan 2014 23:59:18 +0000 (23:59 +0000)
php/commands/transient.php

index 0691b5f..11fc6c0 100644 (file)
@@ -62,7 +62,7 @@ class Transient_Command extends WP_CLI_Command {
        }
 
        /**
-        * See wether the transients API is using an object cache or the options table.
+        * See whether the transients API is using an object cache or the options table.
         */
        public function type() {
                global $_wp_using_ext_object_cache, $wpdb;