Skip to content

Commit 6a0e8c0

Browse files
committed
Fixed typo
1 parent 53918db commit 6a0e8c0

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
@@ -115,7 +115,7 @@ public function getPath($readonly = false): string
115115

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

0 commit comments

Comments
 (0)