Commit 1549bac6 authored by Ned Deily's avatar Ned Deily

Issue #12935: Correct typo in findertools.

parent 7711273c
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment