Skip to content

Commit 6757ad6

Browse files
author
Mohammed Karim
committed
Updated comment.
1 parent d254d35 commit 6757ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Cache/CacheFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static function getHandler($config, string $handler = null, string $backu
102102
}
103103
catch (CriticalError $e)
104104
{
105-
// log the fact that an exception occurred as well what handler we resorting to
105+
// log the fact that an exception occurred as well what handler we are resorting to
106106
log_message('critical', $e->getMessage() . ' Resorting to using ' . $backup . ' handler.');
107107

108108
// get the next best cache handler (or dummy if the $backup also fails)

0 commit comments

Comments
 (0)