From ebfeed62a654e09b366989bffb7e61999c0dfa75 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Sun, 13 Sep 2009 09:59:26 +0000 Subject: [PATCH] Grammar fixes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288290 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/gupnp/examples.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/gupnp/examples.xml b/reference/gupnp/examples.xml index 00dab7a627..28847853e8 100644 --- a/reference/gupnp/examples.xml +++ b/reference/gupnp/examples.xml @@ -6,9 +6,10 @@
Browsing devices and services - This example shows how to obtain information about all devices and services. - It starts infinite loop (use CLI) and while any of available devices or services - is found proper callback function will be invoked. + This example shows how to obtain information about all devices and + services. It starts an infinite loop (use CLI), and if any of + available devices or services are found, the proper callback + function will be invoked.