Fix several typos

This commit is contained in:
Hanno Heinrichs
2016-10-26 21:41:57 +02:00
parent c557637299
commit 2cc604e356
4 changed files with 4 additions and 4 deletions

View File

@@ -487,7 +487,7 @@ def start():
check = checkDynParam(place, parameter, value)
if not check:
warnMsg = "%s parameter '%s' does not appear dynamic" % (paramType, parameter)
warnMsg = "%s parameter '%s' does not appear to be dynamic" % (paramType, parameter)
logger.warn(warnMsg)
if conf.skipStatic: