From: Ned Deily Date: Thu, 15 Sep 2011 21:07:31 +0000 (-0700) Subject: Issue #12935: Correct typo in findertools. X-Git-Tag: v2.7.3rc1~450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1549bac6bac601502f9a3647a67fe549d3a05a4d;p=thirdparty%2FPython%2Fcpython.git Issue #12935: Correct typo in findertools. --- diff --git a/Lib/plat-mac/findertools.py b/Lib/plat-mac/findertools.py index 1363562fbf57..d0c74a912567 100644 --- a/Lib/plat-mac/findertools.py +++ b/Lib/plat-mac/findertools.py @@ -128,7 +128,7 @@ def update(file): def comment(object, comment=None): """comment: get or set the Finder-comment of the item, displayed in the 'Get Info' window.""" object = Carbon.File.FSRef(object) - object_alias = object.FSNewAliasMonimal() + object_alias = object.FSNewAliasMinimal() if comment is None: return _getcomment(object_alias) else: