summaryrefslogtreecommitdiff
path: root/gnu/packages/ssh.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-07-12 06:02:46 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-07-12 09:47:48 +0200
commit839ee8d5477bf75764afe18d9cb2addc7c0acf05 (patch)
tree6183fd4f164ac68afb377f395f4ba27e40333be7 /gnu/packages/ssh.scm
parent287900936b6b7e6b353f1e15a2d6315ef1ad80e0 (diff)
downloadgnu-guix-839ee8d5477bf75764afe18d9cb2addc7c0acf05.tar
gnu-guix-839ee8d5477bf75764afe18d9cb2addc7c0acf05.tar.gz
gnu: et: Fix typo in description.
* gnu/packages/ssh.scm (et)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r--gnu/packages/ssh.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index c11976a125..3cde6af5fe 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -409,8 +409,8 @@ especially over Wi-Fi, cellular, and long-distance links.")
(description
"Eternal Terminal (ET) is a remote shell that automatically reconnects
without interrupting the session. Unlike SSH sessions, ET sessions will
-survive even after the network outages or IP changes. ET uses a custom
-protocol over TCP, not the SSH protocol.")
+survive even network outages and IP changes. ET uses a custom protocol over
+TCP, not the SSH protocol.")
(home-page "https://mistertea.github.io/EternalTCP/")
(license license:asl2.0)))