typos
authorMichael Wallner <mike@php.net>
Thu, 25 Sep 2014 06:54:57 +0000 (08:54 +0200)
committerMichael Wallner <mike@php.net>
Thu, 25 Sep 2014 06:54:57 +0000 (08:54 +0200)
pq/Connection/listen.md
pq/Connection/trace.md

index 66249a731c587ea866008ad75390be66f945f83f..f05b1a40d119d0dd341ebc4344eb6a46370bce55 100644 (file)
@@ -1,6 +1,6 @@
 # void pq\Connection::listen(string $channel, callable $listener)
 
-Listen on $channel for notifcations.
+Listen on $channel for notifications.
 See pq\Connection::unlisten().
 
 ## Params:
index 8bb27f34905bff28fb09cc748b78037c792fe02b..f40274268ed11d40aed75f6bea2fe6e4d8551ab6 100644 (file)
@@ -3,7 +3,7 @@
 Trace protocol communication with the server.
 
 > ***NOTE:***  
-  Calling pq\Connection::trace() without parameter or NULL stops tracing.
+  Calling pq\Connection::trace() without argument or NULL stops tracing.
 
 ## Params: