diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2002-11-25 12:30:28 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2002-11-25 12:30:28 +0000 |
commit | 8bd550825f3e338e4496766c27bff7fa72f04b55 (patch) | |
tree | 0146116328ba81b0beadef21d63e8b4ddf0eba08 /ext/standard/levenshtein.c | |
parent | 9251486567c9a12e318c9de73da3703033c7e84b (diff) | |
download | php-git-8bd550825f3e338e4496766c27bff7fa72f04b55.tar.gz |
email address change
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 fbf2814036..54e333e85e 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: Hartmut Holzgraefe <hartmut@six.de> | + | Author: Hartmut Holzgraefe <hholzgra@php.net> | +----------------------------------------------------------------------+ */ /* $Id$ */ |