summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-28 18:24:11 +0100
committerLukas Reschke <lukas@statuscode.ch>2012-10-29 16:33:39 +0100
commit4d61eb3e4cf51a3c5d3610df93544ef340c057e0 (patch)
tree3684fd920482537b4b8644e0ca4bbb69dac369c4
parentccbf4e993c99c6a42c8e1574405244dbd5f660ca (diff)
downloadnextcloud-server-4d61eb3e4cf51a3c5d3610df93544ef340c057e0.tar.gz
nextcloud-server-4d61eb3e4cf51a3c5d3610df93544ef340c057e0.zip
Fix a typo
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 789c75f4154..8f00acde7ef 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -524,7 +524,7 @@ class OC_Util {
* @brief Check an ajax get/post call if the request token is valid.
* @return boolean False if request token is not set or is invalid.
* @see OC_Util::$callLifespan
- * @see OC_Util::calLRegister()
+ * @see OC_Util::callRegister()
*/
public static function isCallRegistered() {
if(isset($_GET['requesttoken'])) {