diff --git a/AUTHORS b/AUTHORS index 5378b3b6c..a4094a2d2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ -E-mail addresses listed here are not intended for support, please see -the `support section`_ instead. +Email addresses listed here are not intended for support. +Please see the `support section`_ instead. .. _support section: https://borgbackup.readthedocs.io/en/stable/support.html diff --git a/Brewfile b/Brewfile index c04f5f9b4..ef0b6e1df 100644 --- a/Brewfile +++ b/Brewfile @@ -5,8 +5,8 @@ brew 'xxhash' brew 'openssl@3.0' # osxfuse (aka macFUSE) is only required for "borg mount", -# but won't work on github actions' workers. -# it requires installing a kernel extension, so some users +# but won't work on GitHub Actions' workers. +# It requires installing a kernel extension, so some users # may want it and some won't. #cask 'osxfuse' diff --git a/MANIFEST.in b/MANIFEST.in index caf027ad9..4dff279ed 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ -# stuff we need to include into the sdist is handled automatically by +# The files we need to include in the sdist are handled automatically by # setuptools_scm - it includes all git-committed files. -# but we want to exclude some committed files/dirs not needed in the sdist: +# But we want to exclude some committed files/directories not needed in the sdist: exclude .editorconfig .gitattributes .gitignore .mailmap Vagrantfile prune .github include src/borg/platform/darwin.c src/borg/platform/freebsd.c src/borg/platform/linux.c src/borg/platform/posix.c diff --git a/SECURITY.md b/SECURITY.md index b8ef82755..08a78b932 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -These borg releases are currently supported with security updates. +These Borg releases are currently supported with security updates. | Version | Supported | |---------|--------------------| @@ -14,6 +14,6 @@ These borg releases are currently supported with security updates. ## Reporting a Vulnerability -See there: +See here: https://borgbackup.readthedocs.io/en/latest/support.html#security-contact diff --git a/Vagrantfile b/Vagrantfile index 4000b8792..300ea9315 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,7 +1,7 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -# Automated creation of testing environments / binaries on misc. platforms +# Automated creation of testing environments/binaries on miscellaneous platforms $cpus = Integer(ENV.fetch('VMCPUS', '8')) # create VMs with that many cpus $xdistn = Integer(ENV.fetch('XDISTN', '8')) # dispatch tests to that many pytest workers diff --git a/docs/3rd_party/README b/docs/3rd_party/README index 1f7b9b6ad..de89008f3 100644 --- a/docs/3rd_party/README +++ b/docs/3rd_party/README @@ -1,5 +1,5 @@ -Here we store 3rd party documentation, licenses, etc. +Here we store third-party documentation, licenses, etc. -Please note that all files inside the "borg" package directory (except the -stuff excluded in setup.py) will be INSTALLED, so don't keep docs or licenses +Please note that all files inside the "borg" package directory (except those +excluded in setup.py) will be installed, so do not keep docs or licenses there. diff --git a/docs/Makefile b/docs/Makefile index 09be16fcb..283f9be71 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -21,7 +21,7 @@ help: @echo " singlehtml to make a single large HTML file" @echo " pickle to make pickle files" @echo " json to make JSON files" - @echo " htmlhelp to make HTML files and a HTML help project" + @echo " htmlhelp to make HTML files and an HTML help project" @echo " qthelp to make HTML files and a qthelp project" @echo " devhelp to make HTML files and a Devhelp project" @echo " epub to make an epub" diff --git a/docs/_templates/globaltoc.html b/docs/_templates/globaltoc.html index d10f5f77f..663dfa563 100644 --- a/docs/_templates/globaltoc.html +++ b/docs/_templates/globaltoc.html @@ -1,6 +1,6 @@