summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2022-01-12 10:23:31 -0800
committerGlenn Morris <rgm@gnu.org>2022-01-12 10:23:31 -0800
commit6998b3011511152edbe54b9794856ad5c16a181d (patch)
tree6fa3b9cd8a930c3d876f9a798700dd6792477194
parent3ec8c8b3ae2359ceb8135b672e86526969c16b7e (diff)
downloademacs-6998b3011511152edbe54b9794856ad5c16a181d.tar.gz
; Fix typo loose/lose
-rw-r--r--doc/misc/tramp.texi4
-rw-r--r--lisp/net/tramp-crypt.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index ae7031e7988..b5af234b968 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2858,7 +2858,7 @@ similar user option as auto-save files, called
original file.
If you change @code{lock-file-name-transforms} in order to keep file
-locks for remote files somewhere else, you will loose Emacs' feature
+locks for remote files somewhere else, you will lose Emacs's feature
to warn you, if a file is changed in parallel from different Emacs
sessions, or via different remote connections. Be careful with such
settings.
@@ -2927,7 +2927,7 @@ you, for example, mark the remote directory
@file{@trampfn{nextcloud,user@@host,/path/to/dir}} for encryption, the
configuration file is saved as
@file{tramp-%2Fnextcloud%3Auser%40host%3A%2Fpath%2Fto%2Fdir%2F.encfs6.xml}
-in @code{user-emacs-directory}. Do not loose this file and the
+in @code{user-emacs-directory}. Do not lose this file and the
corresponding password; otherwise there is no way to decrypt your
encrypted files.
diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el
index 23b668473f9..e8313463da4 100644
--- a/lisp/net/tramp-crypt.el
+++ b/lisp/net/tramp-crypt.el
@@ -39,7 +39,7 @@
;; first time you access a crypted remote directory. It is kept in
;; your user directory "~/.emacs.d/" with the url-encoded directory
;; name as part of the basename, and ".encfs6.xml" as suffix. Do not
-;; loose this file and the corresponding password; otherwise there is
+;; lose this file and the corresponding password; otherwise there is
;; no way to decrypt your crypted files.
;; If the user option `tramp-crypt-save-encfs-config-remote' is