From b3680316576a76ac915bdc5a456422a90b82e515 Mon Sep 17 00:00:00 2001 From: Ismael Ambrosi Date: Fri, 13 Jul 2012 17:16:17 -0300 Subject: [PATCH] Fixed typos --- src/Composer/Util/RemoteFilesystem.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Composer/Util/RemoteFilesystem.php b/src/Composer/Util/RemoteFilesystem.php index 61b40684b..36b2115a8 100644 --- a/src/Composer/Util/RemoteFilesystem.php +++ b/src/Composer/Util/RemoteFilesystem.php @@ -44,7 +44,7 @@ class RemoteFilesystem /** * 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 $fileName the local filename * @param boolean $progress Display the progression @@ -61,7 +61,7 @@ class RemoteFilesystem /** * Get the content. * - * @param string $originUrl The orgin URL + * @param string $originUrl The origin URL * @param string $fileUrl The file URL * @param boolean $progress Display the progression * @@ -77,7 +77,7 @@ class RemoteFilesystem /** * 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 $fileName the local filename * @param boolean $progress Display the progression