Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pborreli committed Nov 16, 2013
1 parent e558fd5 commit 79acd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Exception/IOExceptionInterface.php
Expand Up @@ -12,7 +12,7 @@
namespace Symfony\Component\Filesystem\Exception;

/**
* IOException interface for file and input/output stream releated exceptions thrown by the component.
* IOException interface for file and input/output stream related exceptions thrown by the component.
*
* @author Christian Gärtner <christiangaertner.film@googlemail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion Filesystem.php
Expand Up @@ -32,7 +32,7 @@ class Filesystem
* @param string $targetFile The target filename
* @param boolean $override Whether to override an existing file or not
*
* @throws FileNotFoundException When orginFile doesn't exist
* @throws FileNotFoundException When originFile doesn't exist
* @throws IOException When copy fails
*/
public function copy($originFile, $targetFile, $override = false)
Expand Down

0 comments on commit 79acd77

Please sign in to comment.