diff options
author | Brian Cully <bjc@kublai.com> | 2022-02-19 16:13:04 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-02-19 16:13:04 -0500 |
commit | ae6d0d218b9d911257f2ecde325436f9e1a22473 (patch) | |
tree | 832b58ced925d684abddba812c30d2a8596fd555 | |
parent | 3b31544b21ee313ca03a34ef398b2d89896a9846 (diff) | |
download | tramp-nspawn-ae6d0d218b9d911257f2ecde325436f9e1a22473.tar.gz tramp-nspawn-ae6d0d218b9d911257f2ecde325436f9e1a22473.zip |
Clarify wording on package commentary.
Previous wording may have implied that this package would allow Tramp
to isolate itself within nspawn containers, rather than allow acces
into nspawn containers.
-rw-r--r-- | tramp-nspawn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tramp-nspawn.el b/tramp-nspawn.el index 7f3b5ca..0219643 100644 --- a/tramp-nspawn.el +++ b/tramp-nspawn.el @@ -27,7 +27,7 @@ ;;; Commentary: ;; -;; ‘tramp-nspawn’ allows Tramp to work with containers provided by +;; ‘tramp-nspawn’ allows Tramp access to environments provided by ;; systemd-nspawn. ;; ;; ## Usage |