summaryrefslogtreecommitdiff
path: root/Lib/test/test_cd.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-06-28 14:48:01 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2000-06-28 14:48:01 +0000
commitb19130b39d784cab88db8361079c92c98b30691b (patch)
tree2ed8c270ab1503fdb50f550ed92004d217c6a7d3 /Lib/test/test_cd.py
parenta1852a39c94d219bd314f91597bf72f86546e64f (diff)
downloadcpython-b19130b39d784cab88db8361079c92c98b30691b.tar.gz
typos fixed by Rob Hooft
Diffstat (limited to 'Lib/test/test_cd.py')
-rwxr-xr-xLib/test/test_cd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_cd.py b/Lib/test/test_cd.py
index 4d5615842c..9a45a7d3a7 100755
--- a/Lib/test/test_cd.py
+++ b/Lib/test/test_cd.py
@@ -10,7 +10,7 @@ cdattrs = ['BLOCKSIZE', 'CDROM', 'DATASIZE', 'ERROR', 'NODISC', 'PAUSED', 'PLAYI
'ident', 'index', 'msftoframe', 'open', 'pnum', 'ptime']
-# This is a very inobstrusive test for the existance of the cd module and all it's
+# This is a very inobtrusive test for the existence of the cd module and all it's
# attributes. More comprehensive examples can be found in Demo/cd and
# require that you have a CD and a CD ROM drive