Skip to content

Commit

Permalink
fixed comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 3, 2010
1 parent 0e6e905 commit 0424cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/portfolio/caller.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function export_config_validation($data) {}
* should we offer the user the option to wait..
* this is deliberately nonstatic so it can take filesize into account
* the portfolio plugin can override this.
* (so for exmaple even if a huge file is being sent,
* (so for example even if a huge file is being sent,
* the download portfolio plugin doesn't care )
*
* @return string (see PORTFOLIO_TIME_* constants)
Expand Down Expand Up @@ -374,7 +374,7 @@ public abstract function load_data();
*
* @param mixed $ids one of:
* - single file id
* - single stored_file ojbect
* - single stored_file object
* - array of file ids or stored_file objects
* - null
* @param int $contextid (optional), passed to {@link see file_storage::get_area_files}
Expand Down Expand Up @@ -467,7 +467,7 @@ public function get_mimetype() {
/**
* array of arguments the caller expects to be passed through to it
* this must be keyed on the argument name, and the array value is a boolean,
* whether it is requrired, or just optional
* whether it is required, or just optional
* eg array(
* id => true,
* somethingelse => false,
Expand Down Expand Up @@ -545,7 +545,7 @@ public function get($key) {

/**
* return a string to put at the header summarising this export
* by default, just hte display name and the module instance name
* by default, just the display name and the module instance name
* override this to do something more specific
*/
public function heading_summary() {
Expand Down

0 comments on commit 0424cfe

Please sign in to comment.