Skip to content

Commit

Permalink
MDL-26298 Workshop: fixed trivial typos in phpDoc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Feb 7, 2011
1 parent d239b95 commit 32ea207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/workshop/allocation/random/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ protected function get_unkept_assessments($assessments, $newallocations, $keepse
* (bool)excludesamegroup - whether to prevent peer submissions from the same group in visible group mode
*
* @param array $authors structure of grouped authors
* @param resource $reviewers structure of grouped reviewers
* @param array $reviewers structure of grouped reviewers
* @param array $assessments currently assigned assessments to be kept
* @param array $o reference to an array of log messages
* @param array $options allocation options
Expand Down
2 changes: 1 addition & 1 deletion mod/workshop/allocation/random/settings_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* Allocator settings form
*
* This is used by {@see workshop_random_allocator::ui()} to set up allocation paramters.
* This is used by {@see workshop_random_allocator::ui()} to set up allocation parameters.
*
* @copyright 2009 David Mudrak <david.mudrak@gmail.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down

0 comments on commit 32ea207

Please sign in to comment.