From 3d99664a4f426f9087316c8c6c8ec044ed89f1f8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 6 Dec 2005 14:52:01 +0000 Subject: [PATCH] Typos (bug #35564) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202239 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/hash/functions/hash-file.xml | 6 +++--- reference/hash/functions/hash-final.xml | 6 +++--- reference/hash/functions/hash-hmac-file.xml | 6 +++--- reference/hash/functions/hash-hmac.xml | 6 +++--- reference/hash/functions/hash-init.xml | 4 ++-- reference/hash/functions/hash-update-file.xml | 4 ++-- reference/hash/functions/hash-update.xml | 6 +++--- reference/hash/functions/hash.xml | 6 +++--- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/reference/hash/functions/hash-file.xml b/reference/hash/functions/hash-file.xml index f6b587cc2f..47e7278472 100644 --- a/reference/hash/functions/hash-file.xml +++ b/reference/hash/functions/hash-file.xml @@ -1,5 +1,5 @@ - + @@ -41,7 +41,7 @@ When set to &true;, outputs raw binary data. - Default value (&false;) outpus lowercase hexits. + Default value (&false;) outputs lowercase hexits. @@ -89,7 +89,7 @@ echo hash_file('md5', 'example.txt'); hash hash_hmac_file - Or hash_update_file + hash_update_file diff --git a/reference/hash/functions/hash-final.xml b/reference/hash/functions/hash-final.xml index 7ea673df39..d0b4f19337 100644 --- a/reference/hash/functions/hash-final.xml +++ b/reference/hash/functions/hash-final.xml @@ -1,9 +1,9 @@ - + hash_final - Finalize an incremental hash and return desulting digest + Finalize an incremental hash and return resulting digest &reftitle.description; @@ -31,7 +31,7 @@ When set to &true;, outputs raw binary data. - Default value (&false;) outpus lowercase hexits. + Default value (&false;) outputs lowercase hexits. diff --git a/reference/hash/functions/hash-hmac-file.xml b/reference/hash/functions/hash-hmac-file.xml index 7321f91f52..60716deca7 100644 --- a/reference/hash/functions/hash-hmac-file.xml +++ b/reference/hash/functions/hash-hmac-file.xml @@ -1,5 +1,5 @@ - + hash_hmac_file @@ -49,7 +49,7 @@ When set to &true;, outputs raw binary data. - Default value (&false;) outpus lowercase hexits. + Default value (&false;) outputs lowercase hexits. @@ -96,7 +96,7 @@ echo hash_hmac_file('md5', 'example.txt', 'secret'); hash_hmac - Or hash_file + hash_file diff --git a/reference/hash/functions/hash-hmac.xml b/reference/hash/functions/hash-hmac.xml index 95adeeab2c..e06de92fb9 100644 --- a/reference/hash/functions/hash-hmac.xml +++ b/reference/hash/functions/hash-hmac.xml @@ -1,5 +1,5 @@ - + hash_hmac @@ -49,7 +49,7 @@ When set to &true;, outputs raw binary data. - Default value (&false;) outpus lowercase hexits. + Default value (&false;) outputs lowercase hexits. @@ -94,7 +94,7 @@ b8e7ae12510bdfb1812e463a7f086122cf37e4f7 hash hash_init - Or hash_hmac_file + hash_hmac_file diff --git a/reference/hash/functions/hash-init.xml b/reference/hash/functions/hash-init.xml index 3ad4a3d5b5..715a22b3c0 100644 --- a/reference/hash/functions/hash-init.xml +++ b/reference/hash/functions/hash-init.xml @@ -1,5 +1,5 @@ - + @@ -93,7 +93,7 @@ echo hash_final($ctx); hash hash_file hash_hmac - Or hash_hmac_file + hash_hmac_file diff --git a/reference/hash/functions/hash-update-file.xml b/reference/hash/functions/hash-update-file.xml index 3df10cd096..d596827f55 100644 --- a/reference/hash/functions/hash-update-file.xml +++ b/reference/hash/functions/hash-update-file.xml @@ -1,5 +1,5 @@ - + hash_update_file @@ -63,7 +63,7 @@ hash_update_stream hash_final hash - Or hash_file + hash_file diff --git a/reference/hash/functions/hash-update.xml b/reference/hash/functions/hash-update.xml index 9e45afcc1f..4bd187fa41 100644 --- a/reference/hash/functions/hash-update.xml +++ b/reference/hash/functions/hash-update.xml @@ -1,5 +1,5 @@ - + hash_update @@ -41,7 +41,7 @@ &reftitle.returnvalues; - Returns &true; + Returns &true;. @@ -52,7 +52,7 @@ hash_init hash_update_file hash_update_stream - Or hash_final + hash_final diff --git a/reference/hash/functions/hash.xml b/reference/hash/functions/hash.xml index 2522108499..e2e1c548c2 100644 --- a/reference/hash/functions/hash.xml +++ b/reference/hash/functions/hash.xml @@ -1,5 +1,5 @@ - + hash @@ -40,7 +40,7 @@ When set to &true;, outputs raw binary data. - Default value (&false;) outpus lowercase hexits. + Default value (&false;) outputs lowercase hexits. @@ -85,7 +85,7 @@ ec457d0a974c48d5685a7efa03d137dc8bbde7e3 hash_file hash_hmac - Or hash_init + hash_init