summaryrefslogtreecommitdiff
path: root/Cython/Debugger
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-03-12 20:30:25 -0400
committerluz.paz <luzpaz@users.noreply.github.com>2018-03-12 20:30:25 -0400
commit69b11a3df51f6b83533e9d0816e16bb01e883351 (patch)
tree0783b1c8654b40977e3103f2db2ec7eb2e5ef140 /Cython/Debugger
parent942953a484063973f672d5ff6bfd7f7055177718 (diff)
downloadcython-69b11a3df51f6b83533e9d0816e16bb01e883351.tar.gz
Misc typos
Found via `codespell`
Diffstat (limited to 'Cython/Debugger')
-rw-r--r--Cython/Debugger/libcython.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Debugger/libcython.py b/Cython/Debugger/libcython.py
index ff6d58e3a..42546efc4 100644
--- a/Cython/Debugger/libcython.py
+++ b/Cython/Debugger/libcython.py
@@ -488,7 +488,7 @@ class SourceFileDescriptor(object):
class CyGDBError(gdb.GdbError):
"""
- Base class for Cython-command related erorrs
+ Base class for Cython-command related errors
"""
def __init__(self, *args):