From 7939184f8e0370e7a3397d492812c6d202c2a193 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= <mattiase@acm.org>
Date: Mon, 28 Nov 2022 19:46:10 +0100
Subject: [PATCH] ; typos

---
 lisp/ansi-osc.el | 2 +-
 lisp/tab-bar.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ansi-osc.el b/lisp/ansi-osc.el
index a8523fc9dc2..9b7f586d164 100644
--- a/lisp/ansi-osc.el
+++ b/lisp/ansi-osc.el
@@ -108,7 +108,7 @@ list that is the value of `ansi-osc-handlers'."
   "Update `default-directory' from OSC 7 escape sequences.
 
 This function is intended to be included as an element of the
-the list that is the value of `ansi-osc-handlers'.  You should arrange
+list that is the value of `ansi-osc-handlers'.  You should arrange
 for your shell to print the appropriate escape sequence at each prompt,
 such as with the following command:
 
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index eb4cec48619..f77f7492c30 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -189,7 +189,7 @@ For easier selection of tabs by their numbers, consider customizing
       '(;; (emoji "🍔")
         (symbol "☰")
         (text "Menu" :face tab-bar-tab-inactive))
-      "Icon for for the menu bar."
+      "Icon for the menu bar."
       :version "29.1"
       :help-echo "Menu bar"))
   (setq tab-bar-menu-bar-button (icon-string 'tab-bar-menu-bar)))
-- 
2.39.5