Small typo fix

Change-Id: Ib2e741e1bcf401fce0ea7c79a16c93914429076c
Signed-off-by: David Caro <dcaroest@redhat.com>
This commit is contained in:
David Caro 2016-01-23 12:20:59 +01:00
parent dfe15fdbea
commit b6b85a3c8a

View File

@ -2106,7 +2106,7 @@ def groovy_postbuild(parser, xml_parent, data):
# Backward compatibility with old format
if isinstance(data, six.string_types):
logger.warn(
"You use depricated configuration, please follow documentation "
"You use deprecated configuration, please follow documentation "
"to change configuration. It is not going to be supported in "
"future releases!"
)