vcl/qt5/Qt5Frame.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit de9a451ffb504c99ba240f34bb360810e41cea89
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jun 15 09:09:55 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jun 15 13:35:37 2019 +0200

    Fix typo
    
    Change-Id: I27a00608a5dba9fc467c61d5919233972b293811
    Reviewed-on: https://gerrit.libreoffice.org/74093
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx
index 48a4403214ea..0e0b9efae5b1 100644
--- a/vcl/qt5/Qt5Frame.cxx
+++ b/vcl/qt5/Qt5Frame.cxx
@@ -1139,7 +1139,7 @@ void Qt5Frame::SetApplicationID(const OUString& rWMClass)
         = !aResClass.isEmpty() ? aResClass.getStr() : 
SalGenericSystem::getFrameClassName();
     OString aResName = SalGenericSystem::getFrameResName();
 
-    // the WM_CLASS data consists of two concated cstrings, including the 
terminating '\0' chars
+    // the WM_CLASS data consists of two concatenated cstrings, including the 
terminating '\0' chars
     const uint32_t data_len = aResName.getLength() + 1 + strlen(pResClass) + 1;
     char* data = new char[data_len];
     memcpy(data, aResName.getStr(), aResName.getLength() + 1);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to