diff options
| author | Marc Easen <marc@easen.co.uk> | 2012-06-11 21:47:40 +0100 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2012-06-30 16:54:03 -0700 |
| commit | 896ac689c91967dec0601fa9fe048c518da52a3c (patch) | |
| tree | 0713aa9ce09ce390ef5325d0040be4052f8862d5 /ext/tidy/examples/cleanhtml5.php | |
| parent | b8d453d8d4b6a67531aa1c2d0d7bab1e25ed1d4f (diff) | |
| download | php-git-896ac689c91967dec0601fa9fe048c518da52a3c.tar.gz | |
Fixed the common misspelling of the word occurred (occured -> occurred)
Diffstat (limited to 'ext/tidy/examples/cleanhtml5.php')
| -rw-r--r-- | ext/tidy/examples/cleanhtml5.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/examples/cleanhtml5.php b/ext/tidy/examples/cleanhtml5.php index 4dfd7643e1..2ce683acad 100644 --- a/ext/tidy/examples/cleanhtml5.php +++ b/ext/tidy/examples/cleanhtml5.php @@ -25,7 +25,7 @@ if(!empty($tidy->errorBuffer)) { - echo "\n\nThe following errors or warnings occured:\n"; + echo "\n\nThe following errors or warnings occurred:\n"; echo "{$tidy->errorBuffer}\n"; } |
