From a1070d3fff3ca8d7347cef908652dd51e80a06b3 Mon Sep 17 00:00:00 2001 From: Matteo Scaramuccia Date: Mon, 26 Aug 2013 23:35:39 +0200 Subject: [PATCH] MDL-29218 Repository: fixed a typo in the PHPDoc --- repository/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository/lib.php b/repository/lib.php index 14004294b66..7973c6e33d6 100644 --- a/repository/lib.php +++ b/repository/lib.php @@ -1140,7 +1140,7 @@ abstract class repository implements cacheable_object { * * @static * @param string $plugin repository plugin name - * @param string $function funciton name + * @param string $function function name * @return mixed */ public static function static_function($plugin, $function) { @@ -2430,7 +2430,7 @@ abstract class repository implements cacheable_object { /** * For oauth like external authentication, when external repository direct user back to moodle, - * this funciton will be called to set up token and token_secret + * this function will be called to set up token and token_secret */ public function callback() { }