aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 0016b659..ec2e8f72 100644
--- a/release.py
+++ b/release.py
@@ -28,7 +28,7 @@ def run(*args, **kwargs):
try:
subprocess.check_output(list(args), **kwargs)
except subprocess.CalledProcessError as e:
- # Reraise this with a different type so that str(e) is somethign with
+ # Reraise this with a different type so that str(e) is something with
# stdout in it.
raise Exception(e.cmd, e.returncode, e.output)