From a89dbe2af8a8a23e07c1e5cb988f067fe08111d9 Mon Sep 17 00:00:00 2001
From: Michael Albinus <michael.albinus@gmx.de>
Date: Fri, 30 Nov 2018 11:31:16 +0100
Subject: [PATCH] * doc/misc/dbus.texi (Type Conversion): Fix typo. 
 (Bug#33551)

---
 doc/misc/dbus.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index 5b14382d8b8..f55a11d7afb 100644
--- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -1015,7 +1015,7 @@ but different to
 
 The value for a byte D-Bus type can be any integer in the range 0
 through 255.  If a character is used as argument, modifiers
-represented outside this range are stripped of.  For example,
+represented outside this range are stripped off.  For example,
 @code{:byte ?x} is equal to @code{:byte ?\M-x}, but it is not equal to
 @code{:byte ?\C-x} or @code{:byte ?\M-\C-x}.
 
-- 
2.39.5