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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7ee9eb3d95f9c4dfb0fa8e52523cb46959e2301;p=python [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 bb115e180f..3777c8ebb8 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