diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-25 11:44:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-25 09:50:55 +0000 |
commit | 2af018e4dd99fccdc85a28b38ff924fb16a750cf (patch) | |
tree | 3d6485a3f42e9bbaace77be180d38dc7f2e175af /reportdesign/source | |
parent | 75cec5cd54a731039b63d564be378a1202fb9e8b (diff) |
Fix typos
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266
Reviewed-on: https://gerrit.libreoffice.org/25420
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/ui/inc/metadata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/metadata.hxx b/reportdesign/source/ui/inc/metadata.hxx index 7be6d024d463..bfc352b9d1de 100644 --- a/reportdesign/source/ui/inc/metadata.hxx +++ b/reportdesign/source/ui/inc/metadata.hxx @@ -34,7 +34,7 @@ enum class PropUIFlags { Composeable = 0x0008, // the property is "composeable", i.e. an intersection of property // sets should expose it, if all elements do Experimental = 0x0010, // 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 DataProperty = 0x0020 // the property is to appear on the "Data" page }; |