From e31528cbc0e2ab5649f657c02840969eb32f0c79 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Wed, 31 Aug 2011 20:27:45 +0000 Subject: [PATCH] spelling git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315930 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/weakref/book.xml | 2 +- reference/weakref/weakref/acquire.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/weakref/book.xml b/reference/weakref/book.xml index dbc97e377f..e6c9a30ecd 100644 --- a/reference/weakref/book.xml +++ b/reference/weakref/book.xml @@ -9,7 +9,7 @@ &reftitle.intro; - Weak references provide a non-intrusive gateway to ephemere objects. Unlike + Weak references provide a non-intrusive gateway to ephemeral objects. Unlike normal (strong) references, weak references do not prevent the garbage collector from freeing that object. For this reason, an object may be destroyed even though a weak reference to that object still exists. In such diff --git a/reference/weakref/weakref/acquire.xml b/reference/weakref/weakref/acquire.xml index 844235ac5f..057e26ef07 100644 --- a/reference/weakref/weakref/acquire.xml +++ b/reference/weakref/weakref/acquire.xml @@ -3,7 +3,7 @@ Weakref::acquire - Aquires a strong reference on that object + Acquires a strong reference on that object