diff options
author | Runciter | 2024-11-09 16:48:37 +0800 |
---|---|---|
committer | Runciter | 2024-11-09 16:48:37 +0800 |
commit | 61e4c86ad1188cee3c0c13ae1fde6e67fa8dca76 (patch) | |
tree | 694ccd079dd59a539b1b7e12a37e90c1f9c92091 /whispers/services/ssh-tunneler.scm | |
parent | 9fe237dd6e826bedb5ebb69e80d0b16e81cadfdc (diff) | |
download | whispers-61e4c86ad1188cee3c0c13ae1fde6e67fa8dca76.tar.gz |
Deprecation warning and typo.
M whispers/packages/whispers.scm
whispers: update deprecate symbol.
M whispers/services/ssh-tunneler.scm
Correct typo.
Diffstat (limited to 'whispers/services/ssh-tunneler.scm')
-rw-r--r-- | whispers/services/ssh-tunneler.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whispers/services/ssh-tunneler.scm b/whispers/services/ssh-tunneler.scm index 18cb4f3..9536394 100644 --- a/whispers/services/ssh-tunneler.scm +++ b/whispers/services/ssh-tunneler.scm @@ -85,7 +85,7 @@ (default "")) ;; A boolean value. ;; A string. - ;; It is thinked so that the use-agent? switch of + ;; It is thunked so that the use-agent? switch of ;; <whispers-forwardings> binds both agent? and is-rea-file in ;; opposite states, without exposing this detail to the user. (id-rsa-file? ssh-connection-configuration-id-rsa-file? |