cvs: phpdoc-nl /reference/strings/functions crypt.xml
[email protected] ("Maciek Sokolewicz")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvstularis1189608643@cvsserver> |
tularis Wed Sep 12 14:50:43 2007 UTC
Modified files:
/phpdoc-nl/reference/strings/functions crypt.xml
Log:
fixed typo
http://cvs.php.net/viewvc.cgi/phpdoc-nl/reference/strings/functions/crypt.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc-nl/reference/strings/functions/crypt.xml
diff -u phpdoc-nl/reference/strings/functions/crypt.xml:1.4 phpdoc-nl/reference/strings/functions/crypt.xml:1.5
--- phpdoc-nl/reference/strings/functions/crypt.xml:1.4 Sat Jun 23 13:28:58 2007
+++ phpdoc-nl/reference/strings/functions/crypt.xml Wed Sep 12 14:50:43 2007
@@ -13,8 +13,8 @@
<methodparam choice="opt"><type>string</type><parameter>salt</parameter></methodparam>
</methodsynopsis>
<para>
- <function>crypt</function> encrypteert een string geburikmakend
- vande standaard Unix <abbrev>DES</abbrev> encryptie methode.
+ <function>crypt</function> encrypteert een string gebruikmakend
+ van de standaard Unix <abbrev>DES</abbrev> encryptie methode.
Argumenten zijn de string die gecrypteerd moet worden en een
optionele twee-karakter salt string om de encryptie op te baseren.
Zie de Unix man page voor je crypt functie en meer informatie.