[Lldb-commits] [lldb] 4bfa438 - [lldb] fix typo in docs: withing ->	within
    Konrad Kleine via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Jun 24 02:20:02 PDT 2020
    
    
  
Author: Konrad Kleine
Date: 2020-06-24T05:19:47-04:00
New Revision: 4bfa43809fe6780159a4980cf601c504cbec6f32
URL: https://github.com/llvm/llvm-project/commit/4bfa43809fe6780159a4980cf601c504cbec6f32
DIFF: https://github.com/llvm/llvm-project/commit/4bfa43809fe6780159a4980cf601c504cbec6f32.diff
LOG: [lldb] fix typo in docs: withing -> within
Added: 
    
Modified: 
    lldb/docs/resources/caveats.rst
Removed: 
    
################################################################################
diff  --git a/lldb/docs/resources/caveats.rst b/lldb/docs/resources/caveats.rst
index 780fb349051b..7a77b0dce9fd 100644
--- a/lldb/docs/resources/caveats.rst
+++ b/lldb/docs/resources/caveats.rst
@@ -10,7 +10,7 @@ Python
 ------
 
 LLDB has a powerful scripting interface which is accessible through Python.
-Python is available either from withing LLDB through a (interactive) script
+Python is available either from within LLDB through a (interactive) script
 interpreter, or as a Python module which you can import from the Python
 interpreter.
 
        
    
    
More information about the lldb-commits
mailing list