From 4d0b449cbfda280f21317a05606a3126968e1b23 Mon Sep 17 00:00:00 2001
From: Gabriel Linder <linder.gabriel@gmail.com>
Date: Wed, 9 Mar 2016 21:51:02 +0100
Subject: [PATCH] Typo.

---
 doc/src/advanced.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst
index 6486dc8d..507a0ee9 100644
--- a/doc/src/advanced.rst
+++ b/doc/src/advanced.rst
@@ -47,7 +47,7 @@ it is the class where query building, execution and result type-casting into
 Python variables happens.
 
 The `~psycopg2.extras` module contains several examples of :ref:`connection
-and cursor sublcasses <cursor-subclasses>`.
+and cursor subclasses <cursor-subclasses>`.
 
 .. note::