From 8c04aa871a63112f973e5de45e52d8d10407655d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 20 Jun 2011 11:00:23 +0000 Subject: [PATCH] english typo --- lib/core/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/common.py b/lib/core/common.py index 4fb7b9147..b1fa6e090 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -674,7 +674,7 @@ def dataToStdout(data, forceOutput=False): warnMsg += "unhandled occurances will result in " warnMsg += "replacement with '?' character. Please, find " warnMsg += "proper character representation inside " - warnMsg += "coresponding output files. " + warnMsg += "corresponding output files. " singleTimeWarnMessage(warnMsg) sys.stdout.write(output)