summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIoannis Cherouvim <743305+cherouvim@users.noreply.github.com>2019-09-21 08:59:50 +0300
committerIoannis Cherouvim <743305+cherouvim@users.noreply.github.com>2019-09-21 08:59:50 +0300
commit76a3dca3dba908625bd6f9c5ea3150f46c25e712 (patch)
tree9caa72f2f0bf148b762eb02b325bb94986dd1fd9
parent310cf9fc54bb1de4e1d86f46fc4e15d7f72d3c50 (diff)
Typo fix (neccessary -> necessary).
-rw-r--r--docs/man/borg.12
-rw-r--r--docs/usage/notes.rst2
-rw-r--r--docs/usage_general.rst.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/borg.1 b/docs/man/borg.1
index 9b40add0c..0d22f7a06 100644
--- a/docs/man/borg.1
+++ b/docs/man/borg.1
@@ -680,7 +680,7 @@ $TMPDIR, $TEMP, or $TMP environment variable is properly set for the sshd
process.
For some OSes, this can be done just by setting the correct value in the
.bashrc (or equivalent login config file for other shells), however in
-other cases it may be neccessary to first enable \fBPermitUserEnvironment yes\fP
+other cases it may be necessary to first enable \fBPermitUserEnvironment yes\fP
in your \fBsshd_config\fP file, then add \fBenvironment="TMPDIR=/my/big/tmpdir"\fP
at the start of the public key to be used in the \fBauthorized_hosts\fP file.
.TP
diff --git a/docs/usage/notes.rst b/docs/usage/notes.rst
index 959f2fdf8..334eea286 100644
--- a/docs/usage/notes.rst
+++ b/docs/usage/notes.rst
@@ -184,7 +184,7 @@ This has some notable consequences:
it contains data in a more sequential manner, historic manifests, multiple
commits - until you run ``borg compact``)
- user can choose when to run compaction (it should be done regularly, but not
- neccessarily after each single borg command)
+ necessarily after each single borg command)
- user can choose from where to invoke ``borg compact`` to do the compaction
(from client or from server, it does not need a key)
- less repo sync data traffic in case you create a copy of your repository by
diff --git a/docs/usage_general.rst.inc b/docs/usage_general.rst.inc
index 4506622fb..4e3be5188 100644
--- a/docs/usage_general.rst.inc
+++ b/docs/usage_general.rst.inc
@@ -423,7 +423,7 @@ Temporary files (server):
process.
For some OSes, this can be done just by setting the correct value in the
.bashrc (or equivalent login config file for other shells), however in
- other cases it may be neccessary to first enable ``PermitUserEnvironment yes``
+ other cases it may be necessary to first enable ``PermitUserEnvironment yes``
in your ``sshd_config`` file, then add ``environment="TMPDIR=/my/big/tmpdir"``
at the start of the public key to be used in the ``authorized_hosts`` file.