From f6102892efaeb41d2b8029d44517c9e0990567ec Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 11 Aug 2014 18:06:28 +0000 Subject: Fix some typos: * transfered => transferred * unkown => unknown * sucessfully => successfully llvm-svn: 215367 --- lldb/scripts/Python/interface/SBStream.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBStream.i b/lldb/scripts/Python/interface/SBStream.i index 052fa8f9bd3..f634def72b1 100644 --- a/lldb/scripts/Python/interface/SBStream.i +++ b/lldb/scripts/Python/interface/SBStream.i @@ -89,7 +89,7 @@ public: %feature("docstring", " //-------------------------------------------------------------------------- /// If the stream is redirected to a file, forget about the file and if - /// ownership of the file was transfered to this object, close the file. + /// ownership of the file was transferred to this object, close the file. /// If the stream is backed by a local cache, clear this cache. //-------------------------------------------------------------------------- ") Clear; -- cgit v1.2.3