From 54cf12b625397ff52e30efd9b14f0b61edfdfd9d Mon Sep 17 00:00:00 2001 From: Sean Reifscheider Date: Mon, 17 Sep 2007 17:55:36 +0000 Subject: Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. --- Lib/plat-mac/macresource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/plat-mac/macresource.py') diff --git a/Lib/plat-mac/macresource.py b/Lib/plat-mac/macresource.py index 4592ff57d0..f670ad7d52 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") -- cgit v1.2.1