Kaydet (Commit) 5abc1fa7 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I9904cf43548fc04e339b1592280efc326a0f6ad1
Reviewed-on: https://gerrit.libreoffice.org/70330Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 874f90e9
...@@ -210,7 +210,7 @@ void PackageManagerImpl::initActivationLayer( ...@@ -210,7 +210,7 @@ void PackageManagerImpl::initActivationLayer(
1 /* Title */ ) ); 1 /* Title */ ) );
if (title.endsWith("removed", &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( removedEntries.push_back(::rtl::Uri::encode(
title, rtl_UriCharClassPchar, title, rtl_UriCharClassPchar,
rtl_UriEncodeIgnoreEscapes, rtl_UriEncodeIgnoreEscapes,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment