typo
authorMichael Wallner <mike@php.net>
Mon, 6 Oct 2014 08:25:15 +0000 (10:25 +0200)
committerMichael Wallner <mike@php.net>
Mon, 6 Oct 2014 08:25:15 +0000 (10:25 +0200)
pq/Cursor.md

index 9df566a383822280387b5cf25cb473892f0294c0..f053fe00aaba77cbbe7b55bbf4e835a0a2636ddb 100644 (file)
@@ -5,7 +5,7 @@ Declare a cursor.
 ## Constants:
 
 * BINARY  
-  Causes the cursor to return data in binary rather than in text format. You probalby do not want to use that.
+  Causes the cursor to return data in binary rather than in text format. You probably do not want to use that.
 * INSENSITIVE  
   The data returned by the cursor should be unaffected by updates to the tables underlying the cursor that take place after the cursor was opened.
 * WITH_HOLD