diff options
author | Elias Probst <mail@eliasprobst.eu> | 2011-01-01 01:08:40 +0100 |
---|---|---|
committer | Elias Probst <mail@eliasprobst.eu> | 2011-01-01 01:08:40 +0100 |
commit | 290b2d7355ed7075eb1e05f6d4b36d3ea1b9534b (patch) | |
tree | 3ffb221b0ef09bacce44bd0b42d886c178ae9ae2 | |
parent | ba246b450f8cb6f666bd1fbf108242ab48307da8 (diff) | |
download | nextcloud-server-290b2d7355ed7075eb1e05f6d4b36d3ea1b9534b.tar.gz nextcloud-server-290b2d7355ed7075eb1e05f6d4b36d3ea1b9534b.zip |
Fix further typos in comments, too (lisen → listen).
-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(){ |