diff --git a/src/doc/rustc-dev-guide/src/debuginfo/lldb-visualizers.md b/src/doc/rustc-dev-guide/src/debuginfo/lldb-visualizers.md index bb27c0e97369..40ab9dce375c 100644 --- a/src/doc/rustc-dev-guide/src/debuginfo/lldb-visualizers.md +++ b/src/doc/rustc-dev-guide/src/debuginfo/lldb-visualizers.md @@ -2,7 +2,7 @@ > NOTE: LLDB's C++<->Python FFI expects a version of python designated at the time LLDB was >compiled. LLDB is careful to correspond this version to the minimum in typical Linux and macOS ->distributions, but on Windows there is no easy solution. If you recieve an import error regarding +>distributions, but on Windows there is no easy solution. If you receive an import error regarding >`_lldb` not existing, a mismatched Python version is likely the cause. > > LLDB is considering solutions this issue. For updates, see