Bug 1693429 - Fix some typos in a11y mochitests. r=Jamie

Differential Revision: https://phabricator.services.mozilla.com/D105549
This commit is contained in:
Emilio Cobos Álvarez 2021-02-18 04:23:40 +00:00
Родитель 06bd6484d8
Коммит 5d7295db79
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -566,7 +566,7 @@ function eventQueue(aEventType) {
continue;
}
// Report an error if we hanlded not expected event of unique type
// Report an error if we handled not expected event of unique type
// (i.e. event types are matched, targets differs).
if (
!checker.unexpected &&
@ -1454,7 +1454,7 @@ function synthOpenComboboxKey(aID, aCheckerOrEventSeq) {
this.__proto__ = new synthDownKey(aID, aCheckerOrEventSeq, { altKey: true });
this.getID = function synthOpenComboboxKey_getID() {
return "open combobox (atl + down arrow) " + prettyName(aID);
return "open combobox (alt + down arrow) " + prettyName(aID);
};
}