diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-03-18 22:13:14 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-03-18 22:13:14 +0000 |
commit | 46315144ee5c94d46d4fdc8a24d0db818a25c293 (patch) | |
tree | 9880093afa1ef6efc19ad7d1ca0fd12c5e370d68 /win32/crypt_win32.c | |
parent | 836c6e36aaf5c3870a200802fa79f8e68c47ac5a (diff) | |
download | php-git-46315144ee5c94d46d4fdc8a24d0db818a25c293.tar.gz |
Fugbix typo.
Diffstat (limited to 'win32/crypt_win32.c')
-rw-r--r-- | win32/crypt_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/crypt_win32.c b/win32/crypt_win32.c index cfcfb00ade..8e4fa228ff 100644 --- a/win32/crypt_win32.c +++ b/win32/crypt_win32.c @@ -18,7 +18,7 @@ /* $Id$ */ -/* This code is dristributed under the PHP license with permission from +/* This code is distributed under the PHP license with permission from the author Jochen Obalek <jochen.obalek@bigfoot.de> */ /* encrypt.c - providing 56 bit DES encryption |