diff --git a/lib/core/shell.py b/lib/core/shell.py index 2a7186ef3..6a33e06b7 100644 --- a/lib/core/shell.py +++ b/lib/core/shell.py @@ -29,7 +29,7 @@ def loadHistory(): try: readline.read_history_file(historyPath) except IOError, msg: - warnMsg = "there was a problem with loading of history file '%s' (%s)" % (historyPath, msg) + warnMsg = "there was a problem loading the history file '%s' (%s)" % (historyPath, msg) logger.warn(warnMsg) def queriesForAutoCompletion():