From c6bbb09c39e8ace78d6985cb1f31f8df606fd442 2018-10-23 13:05:29
From: luz.paz <luzpaz@users.noreply.github.com>
Date: 2018-10-23 13:05:29
Subject: [PATCH] Fix misc. comment typos

Found via `codespell`
---

diff --git a/IPython/core/magics/execution.py b/IPython/core/magics/execution.py
index 152950e..2ee2291 100644
--- a/IPython/core/magics/execution.py
+++ b/IPython/core/magics/execution.py
@@ -507,7 +507,7 @@ python-profiler package from non-free.""")
         *two* back slashes (e.g. ``\\\\*``) to suppress expansions.
         To completely disable these expansions, you can use -G flag.
 
-        On Windows systems, the use of single quotes `'` when specifing 
+        On Windows systems, the use of single quotes `'` when specifying 
         a file is not supported. Use double quotes `"`.
 
         Options:
diff --git a/IPython/core/tests/test_inputtransformer2.py b/IPython/core/tests/test_inputtransformer2.py
index 9c92c39..da388ab 100644
--- a/IPython/core/tests/test_inputtransformer2.py
+++ b/IPython/core/tests/test_inputtransformer2.py
@@ -225,7 +225,7 @@ def test_transform_help():
 
 def test_find_assign_op_dedent():
     """
-    be carefull that empty token like dedent are not counted as parens
+    be careful that empty token like dedent are not counted as parens
     """
     class Tk:
         def __init__(self, s):