From f5b38deb1825def1cd1e274189966c254ed26388 Mon Sep 17 00:00:00 2001
From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org>
Date: Thu, 26 Nov 2015 15:35:35 +0000
Subject: [PATCH] Issue #2619400 by JKerschner: Typo in Tabbing Manager comment

---
 core/misc/tabbingmanager.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/misc/tabbingmanager.js b/core/misc/tabbingmanager.js
index 6e2ce843fc79..ca4991bc4e2b 100644
--- a/core/misc/tabbingmanager.js
+++ b/core/misc/tabbingmanager.js
@@ -127,7 +127,7 @@
     },
 
     /**
-     * Makes all elements outside the of the tabbingContext's set untabbable.
+     * Makes all elements outside of the tabbingContext's set untabbable.
      *
      * Elements made untabbable have their original tabindex and autofocus
      * values stored so that they might be restored later when this
-- 
GitLab