From 35480c30420d5bea16f9704702ca23460c874503 2013-08-16 17:43:20
From: MinRK <benjaminrk@gmail.com>
Date: 2013-08-16 17:43:20
Subject: [PATCH] Backport PR #4014: Fix typo in ipapp

---

diff --git a/IPython/terminal/ipapp.py b/IPython/terminal/ipapp.py
index e624342..02ba278 100755
--- a/IPython/terminal/ipapp.py
+++ b/IPython/terminal/ipapp.py
@@ -60,7 +60,7 @@ from IPython.utils.traitlets import (
 
 _examples = """
 ipython --matplotlib       # enable matplotlib integration
-ipython --matploltib=qt    # enable matplotlib integration with qt4 backend
+ipython --matplotlib=qt    # enable matplotlib integration with qt4 backend
 
 ipython --log-level=DEBUG  # set logging to DEBUG
 ipython --profile=foo      # start with profile foo