summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-03 17:35:27 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-07-04 08:48:42 +0200
commit5dadfe9f904be1767d16bab8ecf3886231e14f01 (patch)
tree0820be9469853fa08bd61e975ffc5570413383c8 /schema
parentfa1028a0cd2b50d7077e4d3f7e3ae2ea96f19a53 (diff)
Fix typo
Change-Id: I851237e46ddf83035453ae4f6c43a53e74b3aca7 Reviewed-on: https://gerrit.libreoffice.org/56882 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/README b/schema/README
index 393039b3d030..f32038ed82c8 100644
--- a/schema/README
+++ b/schema/README
@@ -4,7 +4,7 @@ subdirs:
- mathml2: W3C MathML 2.0 XML Schema (needed for Math embedded objects)
- odf1.0, odf1.1, odf1.2: official OASIS RelaxNG schemas
- odf1.3: current OASIS draft ODF 1.3 RelaxNG schema
-- liberoffice: draft ODF schema, with additional LO extensions
+- libreoffice: draft ODF schema, with additional LO extensions
The extension schema in "libreoffice/" is used by all unit tests if
--with-export-validation is given, which is the default.