diff options
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) { |