sw/source/core/ole/ndole.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bb07b2e2dba871d8b5c5fb99ea3dbf176c756025
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Oct 25 16:43:34 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Oct 26 00:32:57 2022 +0200

    Fix typo
    
    Change-Id: If5476a32e780870725247aba6be50ba50bd54915
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141828
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 12e24de606d4..0435a370914c 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -1110,7 +1110,7 @@ drawinglayer::primitive2d::Primitive2DContainer const & 
SwOLEObj::tryToGetChartC
        && m_nGraphicVersion != GetObject().getGraphicVersion())
     {
         // tdf#149189 use getGraphicVersion() from EmbeddedObjectRef
-        // to decide when to reset bufferd data. It gets incremented
+        // to decide when to reset buffered data. It gets incremented
         // at all occasions where the graphic changes. An alternative
         // would be to extend SwOLEListener_Impl with a XModifyListener
         // as it is done in EmbedEventListener_Impl, that would

Reply via email to