Fix typos

Change-Id: I4a718b73adcfa0871b94dde92c047593640350a4
Reviewed-on: https://gerrit.libreoffice.org/62458
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
Andrea Gelmini 2018-10-28 00:38:20 +02:00 committed by Adolfo Jayme Barrientos
parent fd855967e0
commit 8522572cdd
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ $(eval $(call gb_Package_Package,extras_personas,$(SRCDIR)/extras/source/gallery
$(call gb_Package_get_clean_target,extras_personas):
rm -rf $(INSTROOT)/$(LIBO_SHARE_FOLDER)/gallery/personas
# TODO: generate this, and potentiallly make labels translatable
# TODO: generate this, and potentially make labels translatable
$(eval $(call gb_Package_add_files,extras_personas,$(LIBO_SHARE_FOLDER)/gallery/personas,\
personas_list.txt \
))

View file

@ -382,7 +382,7 @@ void AlgAtom::layoutShape( const ShapePtr& rShape,
if (nIncY == -1)
aCurrPos.Y = rShape->getSize().Height - aChildSize.Height;
// Find out which contraint is relevant for which (internal) name.
// Find out which constraint is relevant for which (internal) name.
LayoutPropertyMap aProperties;
for (const auto& rConstraint : rConstraints)
{