#1555501: document plistlib and move it to the general library.
diff --git a/Lib/plat-mac/plistlib.py b/Lib/plistlib.py
similarity index 99%
rename from Lib/plat-mac/plistlib.py
rename to Lib/plistlib.py
index e61c4a4..5e107b6 100644
--- a/Lib/plat-mac/plistlib.py
+++ b/Lib/plistlib.py
@@ -1,6 +1,6 @@
 """plistlib.py -- a tool to generate and parse MacOSX .plist files.
 
-The PropertList (.plist) file format is a simple XML pickle supporting
+The PropertyList (.plist) file format is a simple XML pickle supporting
 basic object types, like dictionaries, lists, numbers and strings.
 Usually the top level object is a dictionary.