From e80e4c9ce99260ebf8d4f0df5a90c71eac5900a1 Mon Sep 17 00:00:00 2001 From: Matt Misbach Date: Wed, 25 Sep 2013 00:46:57 -0600 Subject: [PATCH] minor grammatical error --- example/ipn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ipn.php b/example/ipn.php index 4e66cd6..a51011b 100644 --- a/example/ipn.php +++ b/example/ipn.php @@ -44,7 +44,7 @@ $listener->use_sandbox = true; /* -By default the IpnListener object is going going to post the data back to PayPal +By default the IpnListener object is going to post the data back to PayPal using cURL over a secure SSL connection. This is the recommended way to post the data back, however, some people may have connections problems using this method.