From 6f55420fd2e474bbde2555eac465e89c2e38e99c Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 18 Feb 2011 13:33:35 +0000 Subject: Typo fix --- configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index 2a3e8cccd..3d7cf5e40 100755 --- a/configure.py +++ b/configure.py @@ -2,7 +2,7 @@ """ Configuration program for botan (http://botan.randombit.net/) - (C) 2009-2010 Jack Lloyd + (C) 2009-2011 Jack Lloyd Distributed under the terms of the Botan license Tested with @@ -1514,7 +1514,7 @@ def main(argv = None): logging.debug("Converting '%s' to 'cygwin'", options.os) options.os = 'cygwin' - logging.info('Guessing taget OS is %s (--os to set)' % (options.os)) + logging.info('Guessing target OS is %s (--os to set)' % (options.os)) if options.compiler is None: if options.os == 'windows': -- cgit v1.2.3