summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildrelease.py2
-rwxr-xr-xscripts/updateversion.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildrelease.py b/scripts/buildrelease.py
index 2c67343a..e151b5a2 100755
--- a/scripts/buildrelease.py
+++ b/scripts/buildrelease.py
@@ -227,7 +227,7 @@ def main():
retry = False
continue
else:
- # We already tried to delete or some other error occured
+ # We already tried to delete or some other error occurred
raise
# Create tarballs
diff --git a/scripts/updateversion.py b/scripts/updateversion.py
index 0c39fd53..a4450707 100755
--- a/scripts/updateversion.py
+++ b/scripts/updateversion.py
@@ -261,7 +261,7 @@ def update_changelog(version):
)
# Stable release (X.Y.0)
- # Replace the 1st occurence of markdown level 2 header matching version
+ # Replace the 1st occurrence of markdown level 2 header matching version
# and release date patterns
elif not version_is_patch(version):
print " Updating release date for v%s" % version