summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-06-28 14:48:01 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-06-28 14:48:01 (GMT)
commita05e293a219f0fbaf4301fa7a292b9578a523675 (patch)
treef5ed23b622ef5ba098ca41b890f95aa8caeb43ca /Demo
parent7c014684c27ad646107b9f17882f43e7bd96f252 (diff)
downloadcpython-a05e293a219f0fbaf4301fa7a292b9578a523675.zip
cpython-a05e293a219f0fbaf4301fa7a292b9578a523675.tar.gz
cpython-a05e293a219f0fbaf4301fa7a292b9578a523675.tar.bz2
typos fixed by Rob Hooft
Diffstat (limited to 'Demo')
-rwxr-xr-xDemo/pdist/rcslib.py2
-rwxr-xr-xDemo/sgi/video/Vcopy.py2
-rwxr-xr-xDemo/sgi/video/Vtime.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Demo/pdist/rcslib.py b/Demo/pdist/rcslib.py
index 223ddca..5e79247 100755
--- a/Demo/pdist/rcslib.py
+++ b/Demo/pdist/rcslib.py
@@ -296,7 +296,7 @@ class RCS:
def _system(self, cmd):
"""INTERNAL: run COMMAND in a subshell.
- Standard input for the command is taken fron /dev/null.
+ Standard input for the command is taken from /dev/null.
Raise IOError when the exit status is not zero.
diff --git a/Demo/sgi/video/Vcopy.py b/Demo/sgi/video/Vcopy.py
index 0861457..ef4647a 100755
--- a/Demo/sgi/video/Vcopy.py
+++ b/Demo/sgi/video/Vcopy.py
@@ -8,7 +8,7 @@
# - Manipulate the time base:
# = resample at a fixed rate
# = divide the time codes by a speed factor (to make it go faster/slower)
-# = drop frames that are less than n msec apart (to accomodate slow players)
+# = drop frames that are less than n msec apart (to accommodate slow players)
# - Convert to a different format
# - Magnify (scale) the image
diff --git a/Demo/sgi/video/Vtime.py b/Demo/sgi/video/Vtime.py
index 34b3b44..651deee 100755
--- a/Demo/sgi/video/Vtime.py
+++ b/Demo/sgi/video/Vtime.py
@@ -7,7 +7,7 @@
#
# - resample at a fixed rate
# - divide the time codes by a speed factor (to make it go faster/slower)
-# - drop frames that are less than n msec apart (to accomodate slow players)
+# - drop frames that are less than n msec apart (to accommodate slow players)
# Usage: