Typo fixes

This commit is contained in:
Jason Madden 2021-03-01 05:30:58 -06:00
parent d304384618
commit 9438f25e2e
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
3 changed files with 2 additions and 6 deletions

View File

@ -12,7 +12,3 @@ exclude_lines =
raise NotImplementedError
raise AssertionError
self\.fail
# Local Variables:
# mode: conf
# End:

View File

@ -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:

View File

@ -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