diff options
author | luz paz <luzpaz@pm.me> | 2022-06-07 09:45:06 -0400 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-06-07 16:41:21 +0200 |
commit | 7a4fd56ccd86518a6b14c407fc977c7904337448 (patch) | |
tree | 6cf30232dff7f1a0740f0d240eb173da033e272b /client/src/assets/player | |
parent | 6d9ed0b6cb439f53e6df2aa1e751369bdc0f76ab (diff) | |
download | PeerTube-7a4fd56ccd86518a6b14c407fc977c7904337448.tar.gz PeerTube-7a4fd56ccd86518a6b14c407fc977c7904337448.tar.zst PeerTube-7a4fd56ccd86518a6b14c407fc977c7904337448.zip |
Fix various typos
Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
Diffstat (limited to 'client/src/assets/player')
-rw-r--r-- | client/src/assets/player/shared/settings/settings-menu-item.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/shared/settings/settings-menu-item.ts b/client/src/assets/player/shared/settings/settings-menu-item.ts index 8d1819a2d..07ff0f2a8 100644 --- a/client/src/assets/player/shared/settings/settings-menu-item.ts +++ b/client/src/assets/player/shared/settings/settings-menu-item.ts | |||
@@ -301,7 +301,7 @@ class SettingsMenuItem extends MenuItem { | |||
301 | this.settingsSubMenuValueEl_.innerHTML = html | 301 | this.settingsSubMenuValueEl_.innerHTML = html |
302 | }, 250) | 302 | }, 250) |
303 | } else { | 303 | } else { |
304 | // Loop trough the submenu items to find the selected child | 304 | // Loop through the submenu items to find the selected child |
305 | for (const subMenuItem of this.subMenu.menu.children_) { | 305 | for (const subMenuItem of this.subMenu.menu.children_) { |
306 | if (!(subMenuItem instanceof component)) { | 306 | if (!(subMenuItem instanceof component)) { |
307 | continue | 307 | continue |