Skip to content

Commit 3120f9c

Browse files
fixed typos and grammar (AI)
this was done by Junie AI.
1 parent ff7f2ab commit 3120f9c

File tree

218 files changed

+1553
-1552
lines changed

Some content is hidden

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

218 files changed

+1553
-1552
lines changed

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

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

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: ruby -*-
22
# vi: set ft=ruby :
33

4-
# Automated creation of testing environments / binaries on misc. platforms
4+
# Automated creation of testing environments/binaries on miscellaneous platforms
55

66
$cpus = Integer(ENV.fetch('VMCPUS', '8')) # create VMs with that many cpus
77
$xdistn = Integer(ENV.fetch('XDISTN', '8')) # dispatch tests to that many pytest workers

docs/3rd_party/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Here we store 3rd party documentation, licenses, etc.
1+
Here we store third-party documentation, licenses, etc.
22

3-
Please note that all files inside the "borg" package directory (except the
4-
stuff excluded in setup.py) will be INSTALLED, so don't keep docs or licenses
3+
Please note that all files inside the "borg" package directory (except those
4+
excluded in setup.py) will be installed, so do not keep docs or licenses
55
there.

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ help:
2121
@echo " singlehtml to make a single large HTML file"
2222
@echo " pickle to make pickle files"
2323
@echo " json to make JSON files"
24-
@echo " htmlhelp to make HTML files and a HTML help project"
24+
@echo " htmlhelp to make HTML files and an HTML help project"
2525
@echo " qthelp to make HTML files and a qthelp project"
2626
@echo " devhelp to make HTML files and a Devhelp project"
2727
@echo " epub to make an epub"

docs/_templates/globaltoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="sidebar-block">
22
<div class="sidebar-toc">
3-
{# Restrict the sidebar toc depth to two levels while generating command usage pages.
3+
{# Restrict the sidebar ToC depth to two levels while generating command usage pages.
44
This avoids superfluous entries for each "Description" and "Examples" heading. #}
55
{% if pagename.startswith("usage/") and pagename not in (
66
"usage/general", "usage/help", "usage/debug", "usage/notes",

docs/_templates/layout.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{%- extends "basic/layout.html" %}
22

3-
{# Do this so that bootstrap is included before the main css file #}
3+
{# Do this so that Bootstrap is included before the main CSS file. #}
44
{%- block htmltitle %}
55
{% set script_files = script_files + ["_static/myscript.js"] %}
66
<!-- Licensed under the Apache 2.0 License -->
@@ -20,7 +20,7 @@
2020
{{ super() }}
2121
{% endblock %}
2222

23-
{# Displays the URL for the homepage if it's set or the master_doc if it is not #}
23+
{# Displays the URL for the homepage if it's set, or the master_doc if it is not. #}
2424
{% macro homepage() -%}
2525
{%- if theme_homepage %}
2626
{%- if hasdoc(theme_homepage) %}
@@ -33,7 +33,7 @@
3333
{%- endif %}
3434
{%- endmacro %}
3535

36-
{# Displays the URL for the tospage if it's set or falls back to homepage macro #}
36+
{# Displays the URL for the tospage if it's set, or falls back to the homepage macro. #}
3737
{% macro tospage() -%}
3838
{%- if theme_tospage %}
3939
{%- if hasdoc(theme_tospage) %}
@@ -46,7 +46,7 @@
4646
{%- endif %}
4747
{%- endmacro %}
4848

49-
{# Displays the URL for the projectpage if it's set or falls back to homepage macro #}
49+
{# Displays the URL for the projectpage if it's set, or falls back to the homepage macro. #}
5050
{% macro projectlink() -%}
5151
{%- if theme_projectlink %}
5252
{%- if hasdoc(theme_projectlink) %}
@@ -59,7 +59,7 @@
5959
{%- endif %}
6060
{%- endmacro %}
6161

62-
{# Displays the next and previous links both before and after content #}
62+
{# Displays the next and previous links both before and after the content. #}
6363
{% macro render_relations() -%}
6464
{% if prev or next %}
6565
<div class="footer-relations">
@@ -82,7 +82,7 @@
8282
<div id="left-column">
8383
<div class="sphinxsidebar">
8484
{%- if sidebars != None %}
85-
{#- new style sidebar: explicitly include/exclude templates #}
85+
{#- New-style sidebar: explicitly include/exclude templates. #}
8686
{%- for sidebartemplate in sidebars %}
8787
{%- include sidebartemplate %}
8888
{%- endfor %}

docs/book.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Borg documentation
66
==================
77

8-
.. when you add an element here, do not forget to add it to index.rst
9-
.. Note: Some things are in appendices (see latex_appendices in conf.py)
8+
.. When you add an element here, do not forget to add it to index.rst.
9+
.. Note: Some things are in appendices (see latex_appendices in conf.py).
1010
1111
.. toctree::
1212
:maxdepth: 2

0 commit comments

Comments
 (0)