summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2021-03-01 05:30:58 -0600
committerJason Madden <jamadden@gmail.com>2021-03-01 05:30:58 -0600
commit9438f25e2e9e582e11afd7ad29275b5763ef5fef (patch)
tree68d8921a7d621b290211c219d903fb96cf1cc3ff
parentd304384618738c2514f6493e4a28b1de872608d0 (diff)
downloadzope-interface-9438f25e2e9e582e11afd7ad29275b5763ef5fef.tar.gz
Typo fixesissue225
-rw-r--r--.coveragerc4
-rw-r--r--.github/workflows/tests.yml2
-rwxr-xr-x.manylinux-install.sh2
3 files changed, 2 insertions, 6 deletions
diff --git a/.coveragerc b/.coveragerc
index b1c092e..f098024 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -12,7 +12,3 @@ exclude_lines =
raise NotImplementedError
raise AssertionError
self\.fail
-
-# Local Variables:
-# mode: conf
-# End:
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 4f34af8..f11865b 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -83,7 +83,7 @@ jobs:
# to run tests, build docs, and perform linting. Building the
# manylinux wheels is an independent set of jobs.
#
- # This divisin is time-saving for projects that take awhile to
+ # This division is time-saving for projects that take awhile to
# build, but somewhat less of a clear-cut win given how quick this
# is to compile (at least at this writing).
build-zope_interface:
diff --git a/.manylinux-install.sh b/.manylinux-install.sh
index c403ed4..9287306 100755
--- a/.manylinux-install.sh
+++ b/.manylinux-install.sh
@@ -11,7 +11,7 @@ export XDG_CACHE_HOME="/cache"
# is seen as owned by root in the container. But when the host is Linux
# the actual UIDs come through to the container, triggering
# pip to disable the cache when it detects that the owner doesn't match.
-# The below is an attempt to fix that, taken frob bcrypt. It seems to work on
+# The below is an attempt to fix that, taken from bcrypt. It seems to work on
# Github Actions.
if [ -n "$GITHUB_ACTIONS" ]; then
echo Adjusting pip cache permissions