Minor language fix

This commit is contained in:
Miroslav Stampar
2012-10-23 15:52:43 +02:00
parent 6e2fce66aa
commit f3aa09c794
3 changed files with 5 additions and 5 deletions

View File

@@ -185,7 +185,7 @@ class UDF:
logger.warn(warnMsg)
if not conf.shLib:
msg = "which is the local path of the shared library? "
msg = "what is the local path of the shared library? "
while True:
self.udfLocalFile = readInput(msg)