From 4d61eb3e4cf51a3c5d3610df93544ef340c057e0 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 28 Oct 2012 18:24:11 +0100 Subject: [PATCH] Fix a typo --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index 789c75f415..8f00acde7e 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'])) {