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

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into hotf…
Browse files Browse the repository at this point in the history
…ix/uri-path-not-being-set-when-empty
  • Loading branch information
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Translator/Plural/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function (Symbol $self) use ($leftBindingPower) {
}

/**
* Register a symbold.
* Register a symbol.
*
* @param string $id
* @param integer $leftBindingPower
Expand Down
2 changes: 1 addition & 1 deletion src/Translator/Plural/Symbol.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* All properties in the symbol are defined as public for easier and faster
* access from the applied closures. An exception are the closure properties
* themself, as they have to be accessed via the appropriate getter and
* themselves, as they have to be accessed via the appropriate getter and
* setter methods.
*
* @category Zend
Expand Down
2 changes: 1 addition & 1 deletion src/Translator/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function setPluginManager(LoaderPluginManager $pluginManager)
}

/**
* Retreive the plugin manager for tranlation loaders.
* Retrieve the plugin manager for translation loaders.
*
* Lazy loads an instance if none currently set.
*
Expand Down

0 comments on commit e7f3993

Please sign in to comment.