The attached patch fixes a small typo in the TRAMP documentation.

>From 1e4df586dbcbb9b4a643904f1e534ccd8467f890 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= <mardan...@yahoo.es>
Date: Sun, 11 Feb 2024 12:33:07 +0100
Subject: [PATCH] ;; Fix typo in the documentation

---
 texi/tramp.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/texi/tramp.texi b/texi/tramp.texi
index ce7049ab..6e9b7088 100644
--- a/texi/tramp.texi
+++ b/texi/tramp.texi
@@ -525,7 +525,7 @@ is used as the group to change to.  The default host name is the same.
 @cindex @option{doas} method
 
 If the @option{su}, @option{sudo} or @option{doas} option should be
-performed on another host, it can be comnbined with a leading
+performed on another host, it can be combined with a leading
 @option{ssh} or @option{plink} option.  That means that @value{tramp}
 connects first to the other host with non-administrative credentials,
 and changes to administrative credentials on that host afterwards.  In
-- 
2.42.0

Reply via email to