Merge "Fix typo in pluginguide"

This commit is contained in:
Jenkins 2015-03-24 22:29:23 +00:00 committed by Gerrit Code Review
commit a7568b4357
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,