From 31a79096d285b7f778dd213078c064c8d080f94a Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 25 Dec 2008 01:35:26 +0000 Subject: [PATCH] Grammar, s/an unique/a unique/g which closes bug #46942 and helps #34880 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271849 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/gnupg/reference.xml | 4 ++-- reference/info/functions/zend-thread-id.xml | 4 ++-- reference/mysql/functions/mysql-query.xml | 4 ++-- reference/spl/functions/spl-object-hash.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/gnupg/reference.xml b/reference/gnupg/reference.xml index ec4bd7a20f..8708825836 100644 --- a/reference/gnupg/reference.xml +++ b/reference/gnupg/reference.xml @@ -1,5 +1,5 @@ - + GnuPG &Functions; @@ -16,7 +16,7 @@ Some functions require the specification of a key. This specification can - be anything that refers to an unique key (userid, key-id, fingerprint, + be anything that refers to a unique key (userid, key-id, fingerprint, ...). This documentation uses the fingerprint in all examples. diff --git a/reference/info/functions/zend-thread-id.xml b/reference/info/functions/zend-thread-id.xml index eff565e802..fcfa0de090 100644 --- a/reference/info/functions/zend-thread-id.xml +++ b/reference/info/functions/zend-thread-id.xml @@ -1,5 +1,5 @@ - + zend_thread_id @@ -13,7 +13,7 @@ - This function returns an unique identifier for the current thread. + This function returns a unique identifier for the current thread. diff --git a/reference/mysql/functions/mysql-query.xml b/reference/mysql/functions/mysql-query.xml index b3e1daea14..b3dc8df97d 100644 --- a/reference/mysql/functions/mysql-query.xml +++ b/reference/mysql/functions/mysql-query.xml @@ -1,5 +1,5 @@ - + mysql_query @@ -14,7 +14,7 @@ resourcelink_identifier - mysql_query sends an unique query (multiple queries + mysql_query sends a unique query (multiple queries are not supported) to the currently active database on the server that's associated with the specified link_identifier. diff --git a/reference/spl/functions/spl-object-hash.xml b/reference/spl/functions/spl-object-hash.xml index e56f3d6676..b7bff76b6a 100755 --- a/reference/spl/functions/spl-object-hash.xml +++ b/reference/spl/functions/spl-object-hash.xml @@ -1,5 +1,5 @@ - + spl_object_hash @@ -14,7 +14,7 @@ objectobj - This function returns an unique identifier for the object. This id can be + This function returns a unique identifier for the object. This id can be used as a hash key for storing objects or for identifying an object.