[Libreoffice-commits] core.git: desktop/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Apr 6 12:21:09 UTC 2019


 desktop/source/deployment/manager/dp_manager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5abc1fa7b0066ec89743b054c22afa2dc9bdbc5e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:18:05 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Apr 6 14:20:48 2019 +0200

    Fix typo
    
    Change-Id: I9904cf43548fc04e339b1592280efc326a0f6ad1
    Reviewed-on: https://gerrit.libreoffice.org/70330
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index f4718e5c738f..603fb254acee 100644
--- a/desktop/source/deployment/manager/dp_manager.cxx
+++ b/desktop/source/deployment/manager/dp_manager.cxx
@@ -210,7 +210,7 @@ void PackageManagerImpl::initActivationLayer(
                             1 /* Title */ ) );
                 if (title.endsWith("removed", &title))
                 {
-                    //save the file name withouth the "removed" part
+                    //save the file name without the "removed" part
                     removedEntries.push_back(::rtl::Uri::encode(
                                                 title, rtl_UriCharClassPchar,
                                                 rtl_UriEncodeIgnoreEscapes,


More information about the Libreoffice-commits mailing list