ws only cleanup

This commit is contained in:
Mark A. Hershberger 2010-01-22 03:14:52 +00:00
parent ec0db4debd
commit b15cccb688
4 changed files with 46 additions and 46 deletions

View file

@ -186,7 +186,7 @@ class ApiMain extends ApiBase {
}
/**
* Get the ApiResult object asscosiated with current request
* Get the ApiResult object associated with current request
*/
public function getResult() {
return $this->mResult;

View file

@ -61,7 +61,7 @@ abstract class UploadBase {
return true;
}
// Upload handlers. Should probably just be a global
// Upload handlers. Should probably just be a global.
static $uploadHandlers = array( 'Stash', 'File', 'Url' );
/**