diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-14 12:10:55 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-15 07:52:19 +0100 |
commit | a8f31d5120c2ae9109d316db73b5adf9cb26c892 (patch) | |
tree | 98331d6edfca63fe73515f8edbe3d88a83022313 /basic | |
parent | cab6e6836973a9ddfc5ed9df757e07138328c1c3 (diff) |
Fix typos
Change-Id: I8bdced3fa572074aedabdcfce841adf525ae8b81
Reviewed-on: https://gerrit.libreoffice.org/44710
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/iosys.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index 68f039a7b377..e8f4185c5bcf 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -831,7 +831,7 @@ void SbiIoSystem::ReadCon(OString& rIn) aPrompt.clear(); } -// output of a MessageBox, if theres a CR in the console-buffer +// output of a MessageBox, if there's a CR in the console-buffer void SbiIoSystem::WriteCon(const OUString& rText) { |