basic/source/runtime/runtime.cxx | 2 +- scripting/source/dlgprov/dlgprov.cxx | 2 +- sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 60c55430211ba220e7a3348602c559897dc15908 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Aug 5 12:22:11 2018 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Aug 13 21:47:54 2018 +0200 Fix typos Change-Id: I47725a9f56528a88cd3db1798eae954eff337560 Reviewed-on: https://gerrit.libreoffice.org/58611 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 99612cbee157..9e4e632ba455 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -2884,7 +2884,7 @@ void SbiRuntime::StepPAD( sal_uInt32 nOp1 ) void SbiRuntime::StepJUMP( sal_uInt32 nOp1 ) { #ifdef DBG_UTIL - // #QUESTION shouln't this be + // #QUESTION shouldn't this be // if( (sal_uInt8*)( nOp1+pImagGetCode() ) >= pImg->GetCodeSize() ) if( nOp1 >= pImg->GetCodeSize() ) StarBASIC::FatalError( ERRCODE_BASIC_INTERNAL_ERROR ); diff --git a/scripting/source/dlgprov/dlgprov.cxx b/scripting/source/dlgprov/dlgprov.cxx index 4de9c48308b4..92bea89e5733 100644 --- a/scripting/source/dlgprov/dlgprov.cxx +++ b/scripting/source/dlgprov/dlgprov.cxx @@ -236,7 +236,7 @@ namespace dlgprov Reference< XControlModel > DialogProviderImpl::createDialogModelForBasic() { if ( !m_BasicInfo.get() ) - // shouln't get here + // shouldn't get here throw RuntimeException("No information to create dialog" ); Reference< resource::XStringResourceManager > xStringResourceManager = getStringResourceFromDialogLibrary( m_BasicInfo->mxDlgLib ); diff --git a/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample b/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample index ec4e8423a08a..213cdd9b462b 100644 --- a/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample +++ b/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample @@ -196,7 +196,7 @@ <h1>Business Directory</h1> -<h4>A problem has been detected with your submisson</h4> +<h4>A problem has been detected with your submission</h4> <p>In the <b>Business Name</b> box you did not enter a valid name.</p> <p>Please correct the problem below and resubmit.</p> <form action="addbiz.php" method="POST"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
