diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-05-11 15:24:42 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-05-11 15:24:42 +0200 |
commit | cd3ed01483ce9989491cfe9019b6c373275bc949 (patch) | |
tree | 7c4fb211679cc78e8e85dad51846bff1784570fb /lib/private/hook.php | |
parent | fc8be5abc3e51c99b9995b9bbd0f08d00470112f (diff) | |
download | nextcloud-server-cd3ed01483ce9989491cfe9019b6c373275bc949.tar.gz nextcloud-server-cd3ed01483ce9989491cfe9019b6c373275bc949.zip |
Fix Typo
I guess that should be `default` and not `defautl`, wondering how this ever worked.
Diffstat (limited to 'lib/private/hook.php')
-rw-r--r-- | lib/private/hook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/hook.php b/lib/private/hook.php index b63b442c31b..7ae6496f91d 100644 --- a/lib/private/hook.php +++ b/lib/private/hook.php @@ -45,7 +45,7 @@ class OC_Hook{ * @brief emits a signal * @param string $signalclass class name of emitter * @param string $signalname name of signal - * @param array $params defautl: array() array with additional data + * @param array $params default: array() array with additional data * @return bool, true if slots exists or false if not * * Emits a signal. To get data from the slot use references! |