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.