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() { }