diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-23 20:13:10 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-23 20:13:10 +0000 |
commit | ee82f87cbfce7b12044e623e050143a75acb62a5 (patch) | |
tree | cfb0f5d300c4df6fca069ca1b57bc48a2e92c9d6 /ext/standard/levenshtein.c | |
parent | 251cda4941f17a36dc18b7a65be76726bacd4f23 (diff) | |
download | php-git-ee82f87cbfce7b12044e623e050143a75acb62a5.tar.gz |
one little unimportant detail (cut&paste is evil :)
Diffstat (limited to 'ext/standard/levenshtein.c')
-rw-r--r-- | ext/standard/levenshtein.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/levenshtein.c b/ext/standard/levenshtein.c index 6809ef5752..031aee706e 100644 --- a/ext/standard/levenshtein.c +++ b/ext/standard/levenshtein.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Bjørn Borud - Guardian Networks AS <borud@guardian.no> | + | Author: Hartmut Holzgraefe <hartmut@six.de> | +----------------------------------------------------------------------+ */ /* $Id$ */ |