forms/source/richtext/richtextcontrol.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 32911b8fe99f5205bda08a31b22bfbd991db20f7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jan 13 19:12:00 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jan 13 20:26:24 2023 +0000

    Fix typo
    
    Change-Id: I4d6b70095259b179f8ac3fc210899ffa84b87fa0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145492
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/forms/source/richtext/richtextcontrol.cxx 
b/forms/source/richtext/richtextcontrol.cxx
index cb4bb3e5357c..b481b6bfc981 100644
--- a/forms/source/richtext/richtextcontrol.cxx
+++ b/forms/source/richtext/richtextcontrol.cxx
@@ -257,7 +257,7 @@ namespace frm
 
         // the EditEngine of the model
         RichTextEngine* pEngine = ORichTextModel::getEditEngine( _rxModel );
-        OSL_ENSURE( pEngine, "ORichTextPeer::Create: could not obtaine the 
edit engine from the model!" );
+        OSL_ENSURE( pEngine, "ORichTextPeer::Create: could not obtain the edit 
engine from the model!" );
         if ( !pEngine )
             return nullptr;
 

Reply via email to