From: Andrew M. Kuchling Date: Mon, 26 Jun 2006 13:08:24 +0000 (+0000) Subject: [Bug #1512163] Fix typo. X-Git-Tag: v2.5b2~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7ee9eb3d95f9c4dfb0fa8e52523cb46959e2301;p=thirdparty%2FPython%2Fcpython.git [Bug #1512163] Fix typo. This change will probably break tests on FreeBSD buildbots, but I'll check in a fix for that next. --- diff --git a/Lib/mailbox.py b/Lib/mailbox.py index bb115e180fbd..3777c8ebb823 100755 --- a/Lib/mailbox.py +++ b/Lib/mailbox.py @@ -15,7 +15,7 @@ import email.Generator import rfc822 import StringIO try: - import fnctl + import fcntl except ImportError: fcntl = None