Description: Fix spelling error
Author: Sophie Brun <sophie@offensive-security.com>
Last-Update: 2019-01-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/pymssql.pyx
+++ b/src/pymssql.pyx
@@ -387,7 +387,7 @@ cdef class Cursor:
 
     def __iter__(self):
         """
-        Return self to make cursors compatibile with Python iteration
+        Return self to make cursors compatible with Python iteration
         protocol.
         """
         return self
