From 7d16e320ce6cca46f33da4e136590a666144e59c Mon Sep 17 00:00:00 2001 From: Carola 'Sammy' Kummert Date: Thu, 18 Dec 2008 19:25:14 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271522 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/crypt.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/strings/functions/crypt.xml b/reference/strings/functions/crypt.xml index 7a7c755d0d..6e84ddbe57 100644 --- a/reference/strings/functions/crypt.xml +++ b/reference/strings/functions/crypt.xml @@ -1,11 +1,11 @@ - + crypt One-way string encryption (hashing) - + &reftitle.description; @@ -69,7 +69,7 @@ - As of PHP 5.3.0, PHP contains its own impelemtnation and will use that + As of PHP 5.3.0, PHP contains its own implementation and will use that if the system lacks of support for one or more of the algorithms. @@ -127,8 +127,8 @@ 5.3.0 - PHP now contains its own implementation for the MD5 crypt, Standard DES, - Extended DES and the Blowfish algorithms and will use that if the system + PHP now contains its own implementation for the MD5 crypt, Standard DES, + Extended DES and the Blowfish algorithms and will use that if the system lacks of support for one or more of the algorithms.