From ee82f87cbfce7b12044e623e050143a75acb62a5 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 23 May 2000 20:13:10 +0000 Subject: [PATCH] one little unimportant detail (cut&paste is evil :) --- ext/standard/levenshtein.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | + | Author: Hartmut Holzgraefe | +----------------------------------------------------------------------+ */ /* $Id$ */ -- 2.50.1