diff options
| author | 2022-01-08 16:25:17 +0100 | |
|---|---|---|
| committer | 2022-01-08 16:25:17 +0100 | |
| commit | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (patch) | |
| tree | d87c483688575cb5a6b674849e2aefa2052116c8 /lib/Minz/Error.php | |
| parent | 127b7f0a3aad7012055c058e8aba0d27192a8cbc (diff) | |
Fix various typos and spelling errors in documentation, comments and code. (#4134)
Diffstat (limited to 'lib/Minz/Error.php')
| -rw-r--r-- | lib/Minz/Error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Error.php b/lib/Minz/Error.php index bef273bda..fc8e0f807 100644 --- a/lib/Minz/Error.php +++ b/lib/Minz/Error.php @@ -33,7 +33,7 @@ class Minz_Error { 'c' => 'error' ), $redirect); } else { - echo '<h1>An error occured</h1>' . "\n"; + echo '<h1>An error occurred</h1>' . "\n"; if (!empty ($logs)) { echo '<ul>' . "\n"; |
