Skip to content

Commit

Permalink
Merge pull request #4119 from npwsamarasinghe/fix-typos-01
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Jan 17, 2021
2 parents eaaf227 + 4d0e51a commit 56ff852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion system/Database/SQLSRV/Forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Forge extends BaseForge
/**
* CREATE DATABASE IF statement
*
* @todo missing charset, collat & check for existant
* @todo missing charset, collat & check for existent
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion system/Exceptions/CriticalError.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Error;

/**
* Error: Critical conditions, like component unavailble, etc.
* Error: Critical conditions, like component unavailable, etc.
*/
class CriticalError extends Error
{
Expand Down
2 changes: 1 addition & 1 deletion system/Filters/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ protected function processGlobals(string $uri = null)
}

/**
* Add any method-specific flters to the mix.
* Add any method-specific filters to the mix.
*
* @return void
*/
Expand Down

0 comments on commit 56ff852

Please sign in to comment.