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

Fix typo

Change-Id: I9d0d074ac243005c793cff4b3785be8d0692d394
Reviewed-on: https://gerrit.libreoffice.org/72995Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst bb755b30
......@@ -291,7 +291,7 @@ bool CacheItem::haveProps(const CacheItem& lProps) const
}
}
// this method was not breaked before =>
// this method was not broken before =>
// the given property set seems to match with our
// own properties in its minimum => return TRUE
return true;
......@@ -321,7 +321,7 @@ bool CacheItem::dontHaveProps(const CacheItem& lProps) const
}
}
// this method was not breaked before =>
// this method was not broken before =>
// That means: this item has no matching property
// of the given set. It "don't have" it ... => return true.
return true;
......
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