diff options
-rw-r--r-- | inc/lib_config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lib_config.php b/inc/lib_config.php index 777673a8b31..6863146cde9 100644 --- a/inc/lib_config.php +++ b/inc/lib_config.php @@ -81,7 +81,7 @@ class OC_CONFIG{ /** - * lisen for configuration changes + * listen for configuration changes * */ public static function configListener(){ @@ -139,7 +139,7 @@ class OC_CONFIG{ } /** - * lisen for admin configuration changes and write it to the file + * listen for admin configuration changes and write it to the file *4bd0be1185e76 */ public static function writeAdminListener(){ |