From 5584d73f2db413889347b4b3a1fcaf124db02b21 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 25 Mar 2015 20:41:42 +0100 Subject: Typos Change-Id: I434be0034b26ac4719590238817538ecd90b8923 --- qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java | 2 +- qadevOOo/tests/java/ifc/style/_CharacterProperties.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java b/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java index 08b868d593b4..14fa235c2ab7 100644 --- a/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java +++ b/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java @@ -54,7 +54,7 @@ public class _XObjectInspectorModel extends MultiMethodTest { } /** - * Call the method getPropertyOrderIndex() with an invalid propety name. + * Call the method getPropertyOrderIndex() with an invalid property name. * Has OK status if the returned index is "0". */ public void _getPropertyOrderIndex() { diff --git a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java index 6e968337a353..b2c51a8d38f8 100644 --- a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java +++ b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java @@ -340,7 +340,7 @@ public class _CharacterProperties extends MultiPropertyTest { * changed and set. * @param get PropertySet where property value is checked after * setting. - * @param name Propety name to test. + * @param name Property name to test. * @param newVal Value used to set as new property value if * the value get is null. */ -- cgit