Skip to content

Commit 56ff852

Browse files
authored
Merge pull request #4119 from npwsamarasinghe/fix-typos-01
2 parents eaaf227 + 4d0e51a commit 56ff852

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

system/Database/SQLSRV/Forge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Forge extends BaseForge
2828
/**
2929
* CREATE DATABASE IF statement
3030
*
31-
* @todo missing charset, collat & check for existant
31+
* @todo missing charset, collat & check for existent
3232
*
3333
* @var string
3434
*/

system/Exceptions/CriticalError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Error;
1515

1616
/**
17-
* Error: Critical conditions, like component unavailble, etc.
17+
* Error: Critical conditions, like component unavailable, etc.
1818
*/
1919
class CriticalError extends Error
2020
{

system/Filters/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ protected function processGlobals(string $uri = null)
444444
}
445445

446446
/**
447-
* Add any method-specific flters to the mix.
447+
* Add any method-specific filters to the mix.
448448
*
449449
* @return void
450450
*/

0 commit comments

Comments
 (0)