From 2af018e4dd99fccdc85a28b38ff924fb16a750cf Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 25 May 2016 11:44:22 +0200 Subject: Fix typos Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266 Reviewed-on: https://gerrit.libreoffice.org/25420 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- extensions/source/propctrlr/formmetadata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/propctrlr') diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx index dc2883943411..4e3f3b18ba6b 100644 --- a/extensions/source/propctrlr/formmetadata.hxx +++ b/extensions/source/propctrlr/formmetadata.hxx @@ -114,7 +114,7 @@ namespace pcr #define PROP_FLAG_COMPOSEABLE 0x00000080 // the property is "composeable", i.e. an intersection of property // sets should expose it, if all elements do #define PROP_FLAG_EXPERIMENTAL 0x00000100 // the property is experimental, i.e. should not appear in the - // UI, unless experimental properties are enabled by a configuraiton + // UI, unless experimental properties are enabled by a configuration // option -- cgit