Kaydet (Commit) 1549bac6 authored tarafından Ned Deily's avatar Ned Deily

Issue #12935: Correct typo in findertools.

üst 7711273c
...@@ -128,7 +128,7 @@ def update(file): ...@@ -128,7 +128,7 @@ def update(file):
def comment(object, comment=None): def comment(object, comment=None):
"""comment: get or set the Finder-comment of the item, displayed in the 'Get Info' window.""" """comment: get or set the Finder-comment of the item, displayed in the 'Get Info' window."""
object = Carbon.File.FSRef(object) object = Carbon.File.FSRef(object)
object_alias = object.FSNewAliasMonimal() object_alias = object.FSNewAliasMinimal()
if comment is None: if comment is None:
return _getcomment(object_alias) return _getcomment(object_alias)
else: 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