diff options
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py | 2 | ||||
| -rw-r--r-- | Lib/plat-mac/macresource.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py b/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py index 2a32e93..4a9cc5e 100644 --- a/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py +++ b/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py @@ -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): diff --git a/Lib/plat-mac/macresource.py b/Lib/plat-mac/macresource.py index 4592ff5..f670ad7 100644 --- a/Lib/plat-mac/macresource.py +++ b/Lib/plat-mac/macresource.py @@ -135,7 +135,7 @@ def _decode(pathname, verbose=0): return newpathname if hasattr(os, 'access') and not \ os.access(os.path.dirname(pathname), os.W_OK|os.X_OK): - # The destination directory isn't writeable. Create the file in + # The destination directory isn't writable. Create the file in # a temporary directory import tempfile fd, newpathname = tempfile.mkstemp(".rsrc") |
