summaryrefslogtreecommitdiff
path: root/admin/nt/dist-build/build-dep-zips.py
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-11-01 22:07:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-11-01 22:07:43 -0700
commit9d31a970927aae027155778a2ec2782c52ff63c6 (patch)
treecc3cd4058ef398900fdea8eedb786b587ab4ae2d /admin/nt/dist-build/build-dep-zips.py
parent460a25f2127390ace71e7dd7b5f079efa07c99d7 (diff)
downloademacs-9d31a970927aae027155778a2ec2782c52ff63c6.tar.gz
; Spelling fixes
Diffstat (limited to 'admin/nt/dist-build/build-dep-zips.py')
-rwxr-xr-xadmin/nt/dist-build/build-dep-zips.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py
index 33bc4b586c9..9573bf3abcc 100755
--- a/admin/nt/dist-build/build-dep-zips.py
+++ b/admin/nt/dist-build/build-dep-zips.py
@@ -61,7 +61,7 @@ mingw-w64-x86_64-xpm-nox
mingw-w64-x86_64-lcms2'''.split()
# Get a list of all dependencies needed for packages mentioned above.
- # Run `pactree -lu' for each elment of $PKG_REQ
+ # Run `pactree -lu' for each element of $PKG_REQ.
pkgs = set()
for x in PKG_REQ:
pkgs.update(
@@ -125,7 +125,7 @@ def gather_source(deps):
## mpc, termcap, xpm -- has x86_64, and i686 versions
## This needs to have been run first at the same time as the
- ## system was udpated.
+ ## system was updated.
os.mkdir("emacs-src")
os.chdir("emacs-src")