From f326edf4fc16e156470e0146466a4db0fa25d29b Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Fri, 19 Dec 2014 23:21:09 +0100 Subject: [PATCH] Fixed typos --- README.md | 2 +- src/OpCacheGUI/OpCache/Configuration.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb07566..65fcc1c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Screenshots ###### Status page on mobile devices -[![OpCacheGUI staus mobile][4]][4] +[![OpCacheGUI status mobile][4]][4] ###### Cached scripts page on mobile devices diff --git a/src/OpCacheGUI/OpCache/Configuration.php b/src/OpCacheGUI/OpCache/Configuration.php index d980ef8..4a04be0 100644 --- a/src/OpCacheGUI/OpCache/Configuration.php +++ b/src/OpCacheGUI/OpCache/Configuration.php @@ -47,7 +47,7 @@ public function __construct(Byte $byteFormatter, array $configData) } /** - * Gets the ini direcyivesof OpCache + * Gets the ini directives of OpCache * * @return array The ini directives */