diff options
author | lloyd <[email protected]> | 2011-02-18 13:33:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-02-18 13:33:35 +0000 |
commit | 6f55420fd2e474bbde2555eac465e89c2e38e99c (patch) | |
tree | c363bfc75ee03c9a1195fe1dff29bf112080dd62 /configure.py | |
parent | 8d552765fa9eb30d733909dcebd6f3f09dc4c3de (diff) |
Typo fix
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 4 |
1 files changed, 2 insertions, 2 deletions
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': |