diff options
| author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-28 14:48:01 +0000 |
|---|---|---|
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-28 14:48:01 +0000 |
| commit | a05e293a219f0fbaf4301fa7a292b9578a523675 (patch) | |
| tree | f5ed23b622ef5ba098ca41b890f95aa8caeb43ca /Demo/sgi | |
| parent | 7c014684c27ad646107b9f17882f43e7bd96f252 (diff) | |
| download | cpython-git-a05e293a219f0fbaf4301fa7a292b9578a523675.tar.gz | |
typos fixed by Rob Hooft
Diffstat (limited to 'Demo/sgi')
| -rwxr-xr-x | Demo/sgi/video/Vcopy.py | 2 | ||||
| -rwxr-xr-x | Demo/sgi/video/Vtime.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Demo/sgi/video/Vcopy.py b/Demo/sgi/video/Vcopy.py index 0861457980..ef4647a166 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 34b3b44aa5..651deee00d 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: |
