Index: build/extract_from_cab.py |
diff --git a/build/extract_from_cab.py b/build/extract_from_cab.py |
index 1c928af36f936c63529b48736fc7639b44cb2861..080370ca9adee2dd953456d45d29e1fa7398e12e 100755 |
--- a/build/extract_from_cab.py |
+++ b/build/extract_from_cab.py |
@@ -12,7 +12,7 @@ import sys |
import tempfile |
def run_quiet(*args): |
- """Run 'expand' supressing noisy output. Returns returncode from process.""" |
+ """Run 'expand' suppressing noisy output. Returns returncode from process.""" |
popen = subprocess.Popen(args, stdout=subprocess.PIPE) |
out, _ = popen.communicate() |
if popen.returncode: |