Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-05-11 17:24:42 +0400
committerLukas Reschke <lukas@statuscode.ch>2014-05-11 17:24:42 +0400
commitcd3ed01483ce9989491cfe9019b6c373275bc949 (patch)
tree7c4fb211679cc78e8e85dad51846bff1784570fb /lib/private/appframework
parentfc8be5abc3e51c99b9995b9bbd0f08d00470112f (diff)
Fix Typo
I guess that should be `default` and not `defautl`, wondering how this ever worked.
Diffstat (limited to 'lib/private/appframework')
-rw-r--r--lib/private/appframework/core/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/appframework/core/api.php b/lib/private/appframework/core/api.php
index e7269373bb0..8f289a0a047 100644
--- a/lib/private/appframework/core/api.php
+++ b/lib/private/appframework/core/api.php
@@ -136,7 +136,7 @@ class API implements IApi{
* @brief Emits a signal. To get data from the slot use references!
* @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
*/
public function emitHook($signalClass, $signalName, $params = array()) {