Fix a variety of typos.
No functional change.
llvm-svn: 239995
diff --git a/lldb/www/python_reference/lldb-module.html b/lldb/www/python_reference/lldb-module.html
index dc972a7..5b351bc 100644
--- a/lldb/www/python_reference/lldb-module.html
+++ b/lldb/www/python_reference/lldb-module.html
@@ -71,9 +71,9 @@
o SBSymbolContext: A container that stores various debugger related info.
o SBValue: Represents the value of a variable, a register, or an expression.
o SBModule: Represents an executable image and its associated object and symbol
- files. SBTarget conatins SBModule(s).
+ files. SBTarget contains SBModule(s).
o SBBreakpoint: Represents a logical breakpoint and its associated settings.
- SBTarget conatins SBBreakpoint(s).
+ SBTarget contains SBBreakpoint(s).
o SBSymbol: Represents the symbol possibly associated with a stack frame.
o SBCompileUnit: Represents a compilation unit, or compiled source file.
o SBFunction: Represents a generic function, which can be inlined or not.