We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f6ee8 commit 0191106Copy full SHA for 0191106
src/phpFastCache/Core/Pool/IO/IOHelperTrait.php
@@ -114,7 +114,7 @@ public function getPath($readonly = false)
114
115
/**
116
* In case there is no directory
117
- * writable including tye temporary
+ * writable including the temporary
118
* one, we must throw an exception
119
*/
120
if (!@file_exists($full_path) || !@is_writable($full_path)) {
0 commit comments