diff options
-rw-r--r-- | win32/crypt_win32.c | 2 | ||||
-rw-r--r-- | win32/crypt_win32.h | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/win32/crypt_win32.h b/win32/crypt_win32.h index 224670c045..0076a31829 100644 --- a/win32/crypt_win32.h +++ b/win32/crypt_win32.h @@ -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.h - API to 56 bit DES encryption via calls |