Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2101 from pborreli/typos
Browse files Browse the repository at this point in the history
Fixed few typos
  • Loading branch information
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* File URI handler
*
* The 'file:...' scheme is loosly defined in RFC-1738
* The 'file:...' scheme is loosely defined in RFC-1738
*
* @category Zend
* @package Zend_Uri
Expand Down
4 changes: 2 additions & 2 deletions src/Mailto.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Mailto extends Uri
/**
* Check if the URI is a valid Mailto URI
*
* This applys additional specific validation rules beyond the ones
* This applies additional specific validation rules beyond the ones
* required by the generic URI syntax
*
* @return boolean
Expand All @@ -61,7 +61,7 @@ public function isValid()
/**
* Set the email address
*
* This is infact equivalent to setPath() - but provides a more clear interface
* This is in fact equivalent to setPath() - but provides a more clear interface
*
* @param string $email
* @return Mailto
Expand Down
2 changes: 1 addition & 1 deletion src/UriFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* classes can be registered using the registerScheme() method.
*
* Note that this class contains only static methods and should not be
* instanciated
* instantiated
*
* @category Zend
* @package Zend_Uri
Expand Down

0 comments on commit 56683e0

Please sign in to comment.