Skip to content

Commit 07183f1

Browse files
Merge pull request #8999 from ThomasWaldmann/typos-grammar-master
fix typos and grammar (master)
2 parents 3aee110 + 5aa536d commit 07183f1

File tree

228 files changed

+1704
-1703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+1704
-1703
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,54 @@
11
<!--
22
Thank you for reporting an issue.
33
4-
*IMPORTANT* - *before* creating a new issue please look around:
5-
- Borgbackup documentation: http://borgbackup.readthedocs.io/en/stable/index.html
4+
*IMPORTANT* – Before creating a new issue, please look around:
5+
- BorgBackup documentation: https://borgbackup.readthedocs.io/en/stable/index.html
66
- FAQ: https://borgbackup.readthedocs.io/en/stable/faq.html
7-
and
8-
- open issues in GitHub tracker: https://github.com/borgbackup/borg/issues
9-
7+
- Open issues in the GitHub tracker: https://github.com/borgbackup/borg/issues
8+
109
If you cannot find a similar problem, then create a new issue.
1110
1211
Please fill in as much of the template as possible.
1312
-->
1413

15-
## Have you checked borgbackup docs, FAQ, and open GitHub issues?
14+
## Have you checked the BorgBackup docs, FAQ, and open GitHub issues?
1615

1716
No
1817

19-
## Is this a BUG / ISSUE report or a QUESTION?
18+
## Is this a bug/issue report or a question?
2019

21-
Invalid
20+
Bug/Issue/Question
2221

23-
## System information. For client/server mode post info for both machines.
22+
## System information. For client/server mode, post info for both machines.
2423

25-
#### Your borg version (borg -V).
24+
#### Your Borg version (borg -V).
2625

2726
#### Operating system (distribution) and version.
2827

29-
#### Hardware / network configuration, and filesystems used.
28+
#### Hardware/network configuration and filesystems used.
3029

31-
#### How much data is handled by borg?
30+
#### How much data is handled by Borg?
3231

33-
#### Full borg commandline that lead to the problem (leave away excludes and passwords)
32+
#### Full Borg command line that led to the problem (leave out excludes and passwords).
3433

3534

3635
## Describe the problem you're observing.
3736

3837
#### Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.
3938

40-
#### Include any warning/errors/backtraces from the system logs
39+
#### Include any warnings/errors/backtraces from the system logs
4140

4241
<!--
4342
44-
If this complaint relates to borg performance, please include CRUD benchmark
43+
If this complaint relates to Borg performance, please include CRUD benchmark
4544
results and any steps you took to troubleshoot.
46-
How to run benchmark: http://borgbackup.readthedocs.io/en/stable/usage/benchmark.html
45+
How to run the benchmark: https://borgbackup.readthedocs.io/en/stable/usage/benchmark.html
4746
48-
*IMPORTANT* - Please mark logs and text output from terminal commands
49-
or else GitHub will not display them correctly.
47+
*IMPORTANT* – Please mark logs and terminal command output, otherwise GitHub will not display them correctly.
5048
An example is provided below.
5149
5250
Example:
5351
```
54-
this is an example how log text should be marked (wrap it with ```)
52+
this is an example of how log text should be marked (wrap it with ```)
5553
```
5654
-->

.github/PULL_REQUEST_TEMPLATE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Thank you for contributing code to Borg, your help is appreciated!
1+
Thank you for contributing code to Borg; your help is appreciated!
22

3-
Please, before you submit a pull request, make sure it complies with the
4-
guidelines given in our documentation:
3+
Before you submit a pull request, please make sure it complies with the
4+
guidelines in our documentation:
55

66
https://borgbackup.readthedocs.io/en/latest/development.html#contributions
77

8-
**Please remove all above text before submitting your pull request.**
8+
**Please remove the text above before submitting your pull request.**

.github/workflows/black.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://black.readthedocs.io/en/stable/integrations/github_actions.html#usage
2-
# see also what we use locally, requirements.d/codestyle.txt - should be the same version here.
2+
# See also what we use locally in requirements.d/codestyle.txt — this should be the same version here.
33

44
name: Lint
55

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@v4
9999
with:
100-
# just fetching 1 commit is not enough for setuptools-scm, so we fetch all
100+
# Just fetching one commit is not enough for setuptools-scm, so we fetch all.
101101
fetch-depth: 0
102102
- name: Set up Python ${{ matrix.python-version }}
103103
uses: actions/setup-python@v5
@@ -206,7 +206,7 @@ jobs:
206206
include:
207207
- os: macos-14
208208
python-version: '3.11'
209-
toxenv: py311-none # note: no fuse testing, due to #6099, see also #6196.
209+
toxenv: py311-none # Note: no FUSE testing due to #6099; see also #6196.
210210

211211
env:
212212
# Configure pkg-config to use OpenSSL from Homebrew
@@ -219,7 +219,7 @@ jobs:
219219
steps:
220220
- uses: actions/checkout@v4
221221
with:
222-
# just fetching 1 commit is not enough for setuptools-scm, so we fetch all
222+
# Just fetching one commit is not enough for setuptools-scm, so we fetch all
223223
fetch-depth: 0
224224
- name: Set up Python ${{ matrix.python-version }}
225225
uses: actions/setup-python@v5
@@ -243,21 +243,21 @@ jobs:
243243
run: |
244244
python -m pip install --upgrade pip setuptools wheel
245245
pip install -r requirements.d/development.txt
246-
- name: Install borgbackup
246+
- name: Install BorgBackup
247247
env:
248-
# we already have that in the global env, but something is broken and overwrites that.
249-
# so, set it here, again.
248+
# We already have this in the global environment, but something overrides it.
249+
# So set it here again.
250250
PKG_CONFIG_PATH: "/opt/homebrew/opt/[email protected]/lib/pkgconfig:$PKG_CONFIG_PATH"
251251
run: |
252252
pip install -ve .
253-
- name: run tox env
253+
- name: Run pytest via tox
254254
env:
255-
# we already have that in the global env, but something is broken and overwrites that.
256-
# so, set it here, again.
255+
# We already have this in the global environment, but something overrides it.
256+
# So set it here again.
257257
PKG_CONFIG_PATH: "/opt/homebrew/opt/[email protected]/lib/pkgconfig:$PKG_CONFIG_PATH"
258258
XDISTN: "6"
259259
run: |
260-
# do not use fakeroot, but run as root. avoids the dreaded EISDIR sporadic failures. see #2482.
260+
# Do not use fakeroot; run as root. Avoids the dreaded sporadic EISDIR failures; see #2482.
261261
#sudo -E bash -c "tox -e py"
262262
tox --skip-missing-interpreters
263263
- name: Upload coverage to Codecov
@@ -271,7 +271,7 @@ jobs:
271271

272272
windows:
273273

274-
if: false # can be used to temporary disable build
274+
if: false # can be used to temporarily disable the build
275275
runs-on: windows-latest
276276
timeout-minutes: 120
277277
needs: linux

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout repository
3232
uses: actions/checkout@v4
3333
with:
34-
# just fetching 1 commit is not enough for setuptools-scm, so we fetch all
34+
# Just fetching one commit is not enough for setuptools-scm, so we fetch all.
3535
fetch-depth: 0
3636
- name: Set up Python
3737
uses: actions/setup-python@v5

AUTHORS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
E-mail addresses listed here are not intended for support, please see
2-
the `support section`_ instead.
1+
Email addresses listed here are not intended for support.
2+
Please see the `support section`_ instead.
33

44
.. _support section: https://borgbackup.readthedocs.io/en/stable/support.html
55

Brewfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ brew 'xxhash'
55
66

77
# osxfuse (aka macFUSE) is only required for "borg mount",
8-
# but won't work on github actions' workers.
9-
# it requires installing a kernel extension, so some users
8+
# but won't work on GitHub Actions' workers.
9+
# It requires installing a kernel extension, so some users
1010
# may want it and some won't.
1111

1212
#cask 'osxfuse'

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# stuff we need to include into the sdist is handled automatically by
1+
# The files we need to include in the sdist are handled automatically by
22
# setuptools_scm - it includes all git-committed files.
3-
# but we want to exclude some committed files/dirs not needed in the sdist:
3+
# But we want to exclude some committed files/directories not needed in the sdist:
44
exclude .editorconfig .gitattributes .gitignore .mailmap Vagrantfile
55
prune .github
66
include src/borg/platform/darwin.c src/borg/platform/freebsd.c src/borg/platform/linux.c src/borg/platform/posix.c

README.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is borg2!
33

44
Please note that this is the README for borg2 / master branch.
55

6-
For the stable version's docs, please see there:
6+
For the stable version's docs, please see here:
77

88
https://borgbackup.readthedocs.io/en/stable/
99

@@ -14,7 +14,7 @@ next-beta upgrade code, so you will have to delete and re-create repos).
1414
Thus, **DO NOT USE BORG2 FOR YOUR PRODUCTION BACKUPS!** Please help with
1515
testing it, but set it up *additionally* to your production backups.
1616

17-
TODO: the screencasts need a remake using borg2, see there:
17+
TODO: the screencasts need a remake using borg2, see here:
1818

1919
https://github.com/borgbackup/borg/issues/6303
2020

@@ -35,7 +35,7 @@ See the `installation manual`_ or, if you have already
3535
downloaded Borg, ``docs/installation.rst`` to get started with Borg.
3636
There is also an `offline documentation`_ available, in multiple formats.
3737

38-
.. _installation manual: https://borgbackup.readthedocs.org/en/stable/installation.html
38+
.. _installation manual: https://borgbackup.readthedocs.io/en/master/installation.html
3939
.. _offline documentation: https://readthedocs.org/projects/borgbackup/downloads
4040

4141
Main features
@@ -78,7 +78,7 @@ Main features
7878
authenticity.
7979

8080
**Obfuscation**
81-
Optionally, borg can actively obfuscate e.g. the size of files / chunks to
81+
Optionally, Borg can actively obfuscate, e.g., the size of files/chunks to
8282
make fingerprinting attacks more difficult.
8383

8484
**Compression**
@@ -91,13 +91,13 @@ Main features
9191
* lzma (low speed, high compression)
9292

9393
**Off-site backups**
94-
Borg can store data on any remote host accessible over SSH. If Borg is
95-
installed on the remote host, big performance gains can be achieved
96-
compared to using a network filesystem (sshfs, nfs, ...).
94+
Borg can store data on any remote host accessible over SSH. If Borg is
95+
installed on the remote host, significant performance gains can be achieved
96+
compared to using a network file system (sshfs, NFS, ...).
9797

98-
**Backups mountable as filesystems**
99-
Backup archives are mountable as userspace filesystems for easy interactive
100-
backup examination and restores (e.g. by using a regular file manager).
98+
**Backups mountable as file systems**
99+
Backup archives are mountable as user-space file systems for easy interactive
100+
backup examination and restores (e.g., by using a regular file manager).
101101

102102
**Easy installation on multiple platforms**
103103
We offer single-file binaries that do not require installing anything -
@@ -108,7 +108,7 @@ Main features
108108
* FreeBSD
109109
* OpenBSD and NetBSD (no xattrs/ACLs support or binaries yet)
110110
* Cygwin (experimental, no binaries yet)
111-
* Linux Subsystem of Windows 10 (experimental)
111+
* Windows Subsystem for Linux (WSL) on Windows 10/11 (experimental)
112112

113113
**Free and Open Source Software**
114114
* security and functionality can be audited independently
@@ -130,7 +130,7 @@ Create a new backup archive::
130130

131131
$ borg create Monday1 ~/Documents
132132

133-
Now doing another backup, just to show off the great deduplication::
133+
Now do another backup, just to show off the great deduplication::
134134

135135
$ borg create -v --stats Monday2 ~/Documents
136136
Repository: /path/to/repo
@@ -144,31 +144,31 @@ Now doing another backup, just to show off the great deduplication::
144144
Deduplicated size: 520 B
145145

146146

147-
Helping, Donations and Bounties, becoming a Patron
147+
Helping, donations and bounties, becoming a Patron
148148
--------------------------------------------------
149149

150150
Your help is always welcome!
151151

152152
Spread the word, give feedback, help with documentation, testing or development.
153153

154-
You can also give monetary support to the project, see there for details:
154+
You can also give monetary support to the project, see here for details:
155155

156156
https://www.borgbackup.org/support/fund.html
157157

158158
Links
159159
-----
160160

161-
* `Main Web Site <https://borgbackup.readthedocs.org/>`_
161+
* `Main website <https://borgbackup.readthedocs.io/>`_
162162
* `Releases <https://github.com/borgbackup/borg/releases>`_,
163163
`PyPI packages <https://pypi.python.org/pypi/borgbackup>`_ and
164-
`ChangeLog <https://github.com/borgbackup/borg/blob/master/docs/changes.rst>`_
165-
* `Offline Documentation <https://readthedocs.org/projects/borgbackup/downloads>`_
164+
`Changelog <https://github.com/borgbackup/borg/blob/master/docs/changes.rst>`_
165+
* `Offline documentation <https://readthedocs.org/projects/borgbackup/downloads>`_
166166
* `GitHub <https://github.com/borgbackup/borg>`_ and
167-
`Issue Tracker <https://github.com/borgbackup/borg/issues>`_.
168-
* `Web-Chat (IRC) <https://web.libera.chat/#borgbackup>`_ and
169-
`Mailing List <https://mail.python.org/mailman/listinfo/borgbackup>`_
170-
* `License <https://borgbackup.readthedocs.org/en/stable/authors.html#license>`_
171-
* `Security contact <https://borgbackup.readthedocs.io/en/latest/support.html#security-contact>`_
167+
`Issue tracker <https://github.com/borgbackup/borg/issues>`_.
168+
* `Web chat (IRC) <https://web.libera.chat/#borgbackup>`_ and
169+
`Mailing list <https://mail.python.org/mailman/listinfo/borgbackup>`_
170+
* `License <https://borgbackup.readthedocs.io/en/master/authors.html#license>`_
171+
* `Security contact <https://borgbackup.readthedocs.io/en/master/support.html#security-contact>`_
172172

173173
Compatibility notes
174174
-------------------
@@ -178,7 +178,7 @@ CHANGES (like when going from 0.x.y to 1.0.0 or from 1.x.y to 2.0.0).
178178

179179
NOT RELEASED DEVELOPMENT VERSIONS HAVE UNKNOWN COMPATIBILITY PROPERTIES.
180180

181-
THIS IS SOFTWARE IN DEVELOPMENT, DECIDE YOURSELF WHETHER IT FITS YOUR NEEDS.
181+
THIS IS SOFTWARE IN DEVELOPMENT, DECIDE FOR YOURSELF WHETHER IT FITS YOUR NEEDS.
182182

183183
Security issues should be reported to the `Security contact`_ (or
184184
see ``docs/support.rst`` in the source distribution).
@@ -187,9 +187,9 @@ see ``docs/support.rst`` in the source distribution).
187187
188188
|doc| |build| |coverage| |bestpractices|
189189

190-
.. |doc| image:: https://readthedocs.org/projects/borgbackup/badge/?version=stable
190+
.. |doc| image:: https://readthedocs.org/projects/borgbackup/badge/?version=master
191191
:alt: Documentation
192-
:target: https://borgbackup.readthedocs.org/en/stable/
192+
:target: https://borgbackup.readthedocs.io/en/master/
193193

194194
.. |build| image:: https://github.com/borgbackup/borg/workflows/CI/badge.svg?branch=master
195195
:alt: Build Status (master)

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Supported Versions
44

5-
These borg releases are currently supported with security updates.
5+
These Borg releases are currently supported with security updates.
66

77
| Version | Supported |
88
|---------|--------------------|
@@ -14,6 +14,6 @@ These borg releases are currently supported with security updates.
1414

1515
## Reporting a Vulnerability
1616

17-
See there:
17+
See here:
1818

1919
https://borgbackup.readthedocs.io/en/latest/support.html#security-contact

0 commit comments

Comments
 (0)