Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.

This commit is contained in:
Sean Reifscheider 2007-09-17 17:55:36 +00:00
parent a5b8e04bd5
commit 54cf12b625
13 changed files with 33 additions and 31 deletions

View file

@ -1346,7 +1346,7 @@ class _Prop_format(aetools.NProperty):
which = 'Frmt'
want = 'PthF'
class _Prop_framework(aetools.NProperty):
"""framework - Is the path a Mac OS X framework style path? (This flag is readable but not writeable from AppleScript.) """
"""framework - Is the path a Mac OS X framework style path? (This flag is readable but not writable from AppleScript.) """
which = 'Frmw'
want = 'bool'
class _Prop_host_flags(aetools.NProperty):