Fix typo in pluginguide

Change-Id: I84c4b1db388ce2ccfab9dabbba6f90aea60a4c22
This commit is contained in:
Tetiana Lashchova 2015-03-23 19:26:28 +02:00
parent dc5dbd04e4
commit b57807e8d0
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ Assume the following simple property and attribute definition:
default='foo',
required=True
),
'bar': properies.Schema(
'bar': properties.Schema(
properties.Schema.INTEGER,
_('bar prop description'),
required=True,