From 5660b951ba74c45aea882460e76124c0d50c8987 Mon Sep 17 00:00:00 2001 From: Development Team <development@bithium.com> Date: Tue, 12 Jan 2016 12:05:01 +0000 Subject: [PATCH] Fix typo --- SDT/schema3.0/test/example1.SDT.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDT/schema3.0/test/example1.SDT.xml b/SDT/schema3.0/test/example1.SDT.xml index 82cd478..fb922d8 100644 --- a/SDT/schema3.0/test/example1.SDT.xml +++ b/SDT/schema3.0/test/example1.SDT.xml @@ -61,7 +61,7 @@ <ModuleClass name="statusDoor"> <Data> - <DataPoint name="stausDoor" writable="false"> + <DataPoint name="statusDoor" writable="false"> <Doc>This reads the open=true or closed=false status of a door </Doc> <DataType> <SimpleType type="boolean"/> -- GitLab