Rollup merge of #151497 - bodhisilberling-2027:fix-typo-recieve-receive, r=tshepang

Fix typo: 'recieve' -> 'receive' in lldb-visualizers.md
This commit is contained in:
Jonathan Brouwer
2026-01-22 20:42:12 +01:00
committed by GitHub
@@ -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