summaryrefslogtreecommitdiff
path: root/Cython/Debugger
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-10-17 13:00:00 -0400
committerUnknown <kunda@scribus.net>2017-10-17 13:02:20 -0400
commit4f237620217c458a299304a60361cd40e195b190 (patch)
treea5c229b50366903a33d8a653a5ee6fbdffb4682e /Cython/Debugger
parent01e9ff8856f92ad6b76950a41a375bc9c2f91fda (diff)
downloadcython-4f237620217c458a299304a60361cd40e195b190.tar.gz
Trivial typo fixes
Most are non-user facing. Found using: `codespell -d -q 3`
Diffstat (limited to 'Cython/Debugger')
-rw-r--r--Cython/Debugger/libpython.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Debugger/libpython.py b/Cython/Debugger/libpython.py
index 26f3f696c..9e94168a0 100644
--- a/Cython/Debugger/libpython.py
+++ b/Cython/Debugger/libpython.py
@@ -2596,7 +2596,7 @@ class PythonCodeExecutor(object):
inferior.
Of course, executing any code in the inferior may be dangerous and may
- leave the debuggee in an unsafe state or terminate it alltogether.
+ leave the debuggee in an unsafe state or terminate it altogether.
"""
if '\0' in code:
raise gdb.GdbError("String contains NUL byte.")