diff --git a/IPython/core/tests/test_debugger.py b/IPython/core/tests/test_debugger.py
index fdcbea8..fcdcb66 100644
--- a/IPython/core/tests/test_debugger.py
+++ b/IPython/core/tests/test_debugger.py
@@ -324,7 +324,7 @@ def test_xmode_skip():
 
 
 def test_where_erase_value():
-    """Test that `where` does nto access f_locals and erase values."""
+    """Test that `where` does not access f_locals and erase values."""
     import pexpect
 
     env = os.environ.copy()