summaryrefslogtreecommitdiff
path: root/basic/source/classes
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:29:36 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 07:47:54 +0000
commit0a850f3e15ef762f33688b11a07624ec2674caa1 (patch)
treeb8f814cdb25132b2166aea8ec29359505d7c6184 /basic/source/classes
parent6fab286b2a213575e3b1ccd0eddb00c8b242af00 (diff)
Fix typos
Change-Id: Iaefa094c82006346897f5563ac3ddcdc60ab68a3 Reviewed-on: https://gerrit.libreoffice.org/34809 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/classes')
-rw-r--r--basic/source/classes/sb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx
index f00b6a22c2d7..fdb8caf8492d 100644
--- a/basic/source/classes/sb.cxx
+++ b/basic/source/classes/sb.cxx
@@ -1626,7 +1626,7 @@ bool StarBASIC::CError( SbError code, const OUString& rMsg,
{
SolarMutexGuard aSolarGuard;
- // compiler error during runtime -> stop programm
+ // compiler error during runtime -> stop program
if( IsRunning() )
{
// #109018 Check if running Basic is affected