MINOR: type 'an' should be "and' in inline documentation

This commit is contained in:
Normann Lou 2012-08-01 13:43:46 +12:00
parent 99435e39b7
commit 40631b12b1
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ class DMSDocument extends DataObject implements DMSDocumentInterface {
}
/**
* Takes a file an adds it to the DMSDocument storage, replacing the current file.
* Takes a file and adds it to the DMSDocument storage, replacing the current file.
* @param $file File to ingest
*/
function ingestFile($file) {