diff options
| author | Veres Lajos <vlajos@gmail.com> | 2014-11-19 19:59:31 +0000 |
|---|---|---|
| committer | Veres Lajos <vlajos@gmail.com> | 2014-11-19 20:23:00 +0000 |
| commit | 4b9535341addcdeaf44002e323733864325b30ab (patch) | |
| tree | 4c5819be9e7939c00b4d60261751b78c6f1d82cc /ext/standard/metaphone.c | |
| parent | f7674519804dc7000a56ef9fe12c49461ff0333a (diff) | |
| download | php-git-4b9535341addcdeaf44002e323733864325b30ab.tar.gz | |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'ext/standard/metaphone.c')
| -rw-r--r-- | ext/standard/metaphone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/metaphone.c b/ext/standard/metaphone.c index 5327869a50..55b8509f04 100644 --- a/ext/standard/metaphone.c +++ b/ext/standard/metaphone.c @@ -90,7 +90,7 @@ char _codes[26] = /* These letters are passed through unchanged */ #define NOCHANGE(c) (ENCODE(c) & 2) /* FJMNR */ -/* These form dipthongs when preceding H */ +/* These form diphthongs when preceding H */ #define AFFECTH(c) (ENCODE(c) & 4) /* CGPST */ /* These make C and G soft */ |
