Skip to content

Commit 0191106

Browse files
committed
Fixed typo
1 parent a0f6ee8 commit 0191106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpFastCache/Core/Pool/IO/IOHelperTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function getPath($readonly = false)
114114

115115
/**
116116
* In case there is no directory
117-
* writable including tye temporary
117+
* writable including the temporary
118118
* one, we must throw an exception
119119
*/
120120
if (!@file_exists($full_path) || !@is_writable($full_path)) {

0 commit comments

Comments
 (0)