Commit ac5b25e3 by Alexander Makarov

fixed typos

parent 8f7757a2
...@@ -10,7 +10,7 @@ namespace yii\caching; ...@@ -10,7 +10,7 @@ namespace yii\caching;
/** /**
* ZendDataCache provides Zend data caching in terms of an application component. * ZendDataCache provides Zend data caching in terms of an application component.
* *
* To use this application component, the [Zend Data Cache PHP extensionn](http://www.zend.com/en/products/server/) * To use this application component, the [Zend Data Cache PHP extension](http://www.zend.com/en/products/server/)
* must be loaded. * must be loaded.
* *
* See [[Cache]] for common cache operations that ZendDataCache supports. * See [[Cache]] for common cache operations that ZendDataCache supports.
......
...@@ -159,7 +159,7 @@ class AppController extends Controller ...@@ -159,7 +159,7 @@ class AppController extends Controller
* @param string $pathTo path to file we want to get relative path for * @param string $pathTo path to file we want to get relative path for
* @param string $varName variable name w/o $ to replace value with relative path for * @param string $varName variable name w/o $ to replace value with relative path for
* *
* @return string target file contetns * @return string target file contents
*/ */
public function replaceRelativePath($source, $pathTo, $varName) public function replaceRelativePath($source, $pathTo, $varName)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment