1
0
Fork 0

Merge pull request #903 from iambrosi/patch-1

Fixed typos
pull/907/merge
Nils Adermann 2012-07-13 21:11:41 -07:00
commit 4592765874
1 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ class RemoteFilesystem
/** /**
* Copy the remote file in local. * Copy the remote file in local.
* *
* @param string $originUrl The orgin URL * @param string $originUrl The origin URL
* @param string $fileUrl The file URL * @param string $fileUrl The file URL
* @param string $fileName the local filename * @param string $fileName the local filename
* @param boolean $progress Display the progression * @param boolean $progress Display the progression
@ -61,7 +61,7 @@ class RemoteFilesystem
/** /**
* Get the content. * Get the content.
* *
* @param string $originUrl The orgin URL * @param string $originUrl The origin URL
* @param string $fileUrl The file URL * @param string $fileUrl The file URL
* @param boolean $progress Display the progression * @param boolean $progress Display the progression
* *
@ -77,7 +77,7 @@ class RemoteFilesystem
/** /**
* Get file content or copy action. * Get file content or copy action.
* *
* @param string $originUrl The orgin URL * @param string $originUrl The origin URL
* @param string $fileUrl The file URL * @param string $fileUrl The file URL
* @param string $fileName the local filename * @param string $fileName the local filename
* @param boolean $progress Display the progression * @param boolean $progress Display the progression