From 428e23f4f7025506e767d895e9b46492a8432aed Mon Sep 17 00:00:00 2001 From: Otto Kekäläinen Date: Sun, 3 Jul 2016 20:24:00 +0300 Subject: Fix some spelling errors in comments and strings Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e Reviewed-on: https://gerrit.libreoffice.org/26883 Reviewed-by: jan iversen Tested-by: jan iversen --- xmloff/source/xforms/xformsexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/xforms') diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx index e12f9b29f91c..b0f8b92e3309 100644 --- a/xmloff/source/xforms/xformsexport.cxx +++ b/xmloff/source/xforms/xformsexport.cxx @@ -256,7 +256,7 @@ static const ExportTable aXFormsBindingTable[] = TABLE_ENTRY( "RequiredExpression", NONE, REQUIRED, xforms_string ), TABLE_ENTRY( "ConstraintExpression", NONE, CONSTRAINT, xforms_string ), TABLE_ENTRY( "CalculateExpression", NONE, CALCULATE, xforms_string ), - // type handled separatly, for type name <-> XSD type conversion + // type handled separately, for type name <-> XSD type conversion // TABLE_ENTRY( "Type", NONE, TYPE, xforms_string ), TABLE_END }; -- cgit