diff options
author | Ben Boeckel <mathstuf@gmail.com> | 2019-04-26 20:22:40 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-29 16:47:18 +0200 |
commit | 5238e9575906297608ff802a27e2ff9effa3b338 (patch) | |
tree | e17c534a09908167a0697a49ed3237f43134eb4c /docs | |
parent | 51aba17b88617515e037e8985d3a4ea871ac47fe (diff) | |
download | systemd-5238e9575906297608ff802a27e2ff9effa3b338.tar.gz |
codespell: fix spelling errors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TEMPORARY_DIRECTORIES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TEMPORARY_DIRECTORIES.md b/docs/TEMPORARY_DIRECTORIES.md index 0ea88f8fc6..9271e0e478 100644 --- a/docs/TEMPORARY_DIRECTORIES.md +++ b/docs/TEMPORARY_DIRECTORIES.md @@ -154,7 +154,7 @@ strategies to avoid these issues: in these directories when they are no longer needed, in particular when the program dies unexpectedly. Note: this strategy is only really suitable for packages that operate in a "system wide singleton" fashion with "long" - persistance of its data or state, i.e. as opposed to programs that run in + persistence of its data or state, i.e. as opposed to programs that run in multiple parallel or short-living instances. This is because a private directory under `/run` (and the other mentioned directories) is itself system and package specific singleton with greater longevity. |