MDL-29218 Repository: fixed a typo in the PHPDoc

This commit is contained in:
Matteo Scaramuccia
2013-09-02 23:09:24 +02:00
parent 46d023b77a
commit a1070d3fff
+2 -2
View File
@@ -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() {
}