summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-15 04:00:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-15 10:13:34 +0200
commit9f5a275a42659339ee41c4e0a4d860f2886470e4 (patch)
treebdcc6903db1d6f37d4b91e80aa87d1d4874a5c2d /chart2
parent04edc5c796c1b96e5228d0c1fcf73bcf52465b66 (diff)
Fix typos
Change-Id: I0238202c0dc0380b0e33a9c4567a9513c0afbe91 Reviewed-on: https://gerrit.libreoffice.org/36556 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/tools/ObjectIdentifier.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/ObjectIdentifier.cxx b/chart2/source/tools/ObjectIdentifier.cxx
index 27b7394b7c6e..0aa654587b94 100644
--- a/chart2/source/tools/ObjectIdentifier.cxx
+++ b/chart2/source/tools/ObjectIdentifier.cxx
@@ -390,7 +390,7 @@ OUString ObjectIdentifier::createClassifiedIdentifierForObject(
}
else
{
- OSL_FAIL("give object could not be identifed in createClassifiedIdentifierForObject");
+ OSL_FAIL("give object could not be identified in createClassifiedIdentifierForObject");
}
return aRet;
@@ -472,7 +472,7 @@ OUString ObjectIdentifier::createClassifiedIdentifierForObject(
}
else
{
- OSL_FAIL("give object could not be identifed in createClassifiedIdentifierForObject");
+ OSL_FAIL("give object could not be identified in createClassifiedIdentifierForObject");
}
return aRet;