diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2014-08-11 18:06:28 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2014-08-11 18:06:28 +0000 |
commit | f6102892efaeb41d2b8029d44517c9e0990567ec (patch) | |
tree | c89b61d06ae31c9517bf6984b07fa1223ea1bb9a /lldb/www/python_reference/lldb.SBStream-class.html | |
parent | 469de19a09313bb4705b8faf6dfda2e59eccdd26 (diff) | |
download | bcm5719-llvm-f6102892efaeb41d2b8029d44517c9e0990567ec.tar.gz bcm5719-llvm-f6102892efaeb41d2b8029d44517c9e0990567ec.zip |
Fix some typos:
* transfered => transferred
* unkown => unknown
* sucessfully => successfully
llvm-svn: 215367
Diffstat (limited to 'lldb/www/python_reference/lldb.SBStream-class.html')
-rw-r--r-- | lldb/www/python_reference/lldb.SBStream-class.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/python_reference/lldb.SBStream-class.html b/lldb/www/python_reference/lldb.SBStream-class.html index dee6be7d657..cc135669209 100644 --- a/lldb/www/python_reference/lldb.SBStream-class.html +++ b/lldb/www/python_reference/lldb.SBStream-class.html @@ -651,7 +651,7 @@ <p>Clear(SBStream self)</p> <p>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. If + ownership of the file was transferred to this object, close the file. If the stream is backed by a local cache, clear this cache.</p> <dl class="fields"> </dl> |