*: Fix spelling mistakes found by codespell

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1416
This commit is contained in:
Björn Daase
2020-08-19 11:26:11 +02:00
committed by Florian Müllner
parent 6ad9c99040
commit 2fc6384bca
60 changed files with 212 additions and 212 deletions

View File

@ -716,7 +716,7 @@ class AppSwitcher extends SwitcherPopup.SwitcherList {
let iconSpacing = labelNaturalHeight + iconPadding + iconBorder;
let totalSpacing = this._list.spacing * (this._items.length - 1);
// We just assume the whole screen here due to weirdness happing with the passed width
// We just assume the whole screen here due to weirdness happening with the passed width
let primary = Main.layoutManager.primaryMonitor;
let parentPadding = this.get_parent().get_theme_node().get_horizontal_padding();
let availWidth = primary.width - parentPadding - this.get_theme_node().get_horizontal_padding();