Kaydet (Commit) f1a73892 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: apropriate -> appropriate

Change-Id: I05e23039dc3ae0b6595c87fe550f4228ad93d5d6
üst 36774806
......@@ -666,7 +666,7 @@ void Binding::bind( bool bForceRebind )
}
}
// now evaluate remaining MIPs in the apropriate context
// now evaluate remaining MIPs in the appropriate context
maReadonly.evaluate( rContext );
maRelevant.evaluate( rContext );
maRequired.evaluate( rContext );
......
......@@ -467,7 +467,7 @@ public class MultiPropertyTest extends MultiMethodTest
* The method compares obj1 and obj2. It calls
* MultiPropertyTest.compare, but subclasses can override to change
* the behaviour, since normally compare calls Object.equals method
* which is not apropriate in some cases(e.g., structs with equals
* which is not appropriate in some cases(e.g., structs with equals
* not overridden).
*/
protected boolean compare(Object obj1, Object obj2)
......
......@@ -504,7 +504,7 @@ public abstract class OfficeDocumentReportTarget extends AbstractReportTarget
}
/**
* Starts the processing of an element and updates the processing state. This will select an apropriate handler method
* Starts the processing of an element and updates the processing state. This will select an appropriate handler method
* for the call and will call one of the start* methods.
*
* @param roAttrs the attribute map for the current element
......
......@@ -704,7 +704,7 @@ static XMLTransformerActionInit aStyleRefActionTable[] =
// OOO_SHAPE_ACTIONS
// !!ATTENTION!! If you change something here, please also change
// aConnectorActionTable if apropriate
// aConnectorActionTable if appropriate
static XMLTransformerActionInit aShapeActionTable[] =
{
ENTRY0( SVG, X, XML_ATACTION_INCH2IN ),
......
......@@ -709,7 +709,7 @@ static XMLTransformerActionInit aParaActionTable[] =
};
// !!ATTENTION!! If you change something here, please also change
// aConnectorActionTable if apropriate
// aConnectorActionTable if appropriate
static XMLTransformerActionInit aShapeActionTable[] =
{
ENTRY1( DRAW, STYLE_NAME, XML_ATACTION_DECODE_STYLE_NAME_REF,
......
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