diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-07-19 14:35:00 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-07-19 14:36:13 +0200 |
commit | 08d7d972f64f08f658440dceb12c4ffa845425bc (patch) | |
tree | 3b374d36d93d2b64a7038c3ddae849b5876ca625 /schema | |
parent | 831153d465b7091f2021f94bb10e725e0c48c684 (diff) |
revert fix typos
This revert the part of
commit d948d66509022befdb6e2c589859ca7dee9e5347
Author: Andrea Gelmini <andrea.gelmini@gelma.net>
Date: Sat Mar 18 20:07:23 2017 +0100
Fix typos
that changes the odf 1.2 schema
Change-Id: I6307513bc1494b656c031168375cd30224914b33
Diffstat (limited to 'schema')
-rw-r--r-- | schema/odf1.0/OpenDocument-schema-v1.0-os.rng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/odf1.0/OpenDocument-schema-v1.0-os.rng b/schema/odf1.0/OpenDocument-schema-v1.0-os.rng index 00eb7ebd578e..8f21e4caf46a 100644 --- a/schema/odf1.0/OpenDocument-schema-v1.0-os.rng +++ b/schema/odf1.0/OpenDocument-schema-v1.0-os.rng @@ -16412,7 +16412,7 @@ <attribute name="dr3d:texture-kind"> <choice> <value>luminance</value> - <value>intensity</value> + <value>intesity</value> <value>color</value> </choice> </attribute> |