Skip to content

Commit 1af71a7

Browse files
committed
[VERSION] v1.2.2 release date updated; fixed one typo;
1 parent 0d0edc0 commit 1af71a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

litespeed-cache/admin/litespeed-cache-admin-error.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function convert_code_to_error($err_code)
229229

230230
// wp-config problem.
231231
case self::E_CONF_WRITE:
232-
$err = sprintf(__('The %1$s file not writeable for %2$s', 'litespeed-cache'), 'wp-config', '\'WP_CACHE\'') ;
232+
$err = sprintf(__('The %1$s file not writable for %2$s', 'litespeed-cache'), 'wp-config', '\'WP_CACHE\'') ;
233233
break ;
234234

235235
case self::E_CONF_FIND:

litespeed-cache/includes/litespeed-cache-config.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ public static function wp_cache_var_setter( $enable )
645645
if ( ! is_writeable($file) ) {
646646
$file = dirname(ABSPATH) . '/wp-config.php' ;
647647
if ( ! is_writeable($file) ) {
648-
error_log('wp-config file not writeable for \'WP_CACHE\'') ;
648+
error_log('wp-config file not writable for \'WP_CACHE\'') ;
649649
return LiteSpeed_Cache_Admin_Error::E_CONF_WRITE ;
650650
}
651651
}

litespeed-cache/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ For more detailed information about crawler setup, please see [our blog post](ht
223223

224224
== Changelog ==
225225

226-
= 1.2.2 - September 14 2017 =
226+
= 1.2.2 - September 15 2017 =
227227
* [NEW FEATURE] Added CSS/JS minification.
228228
* [NEW FEATURE] Added CSS/JS combining.
229229
* [NEW FEATURE] Added CSS/JS HTTP/2 server push.

0 commit comments

Comments
 (0)