diff --git a/browser/base/content/test/browser_ctrlTab.js b/browser/base/content/test/browser_ctrlTab.js index 6ae7b8a3ddc..91bf6ed95da 100644 --- a/browser/base/content/test/browser_ctrlTab.js +++ b/browser/base/content/test/browser_ctrlTab.js @@ -69,7 +69,7 @@ function test() { "Ctrl+Tab doesn't change focus if one tab is open"); } - /* private utitily functions */ + /* private utility functions */ function pressCtrlTab(aShiftKey) EventUtils.synthesizeKey("VK_TAB", { ctrlKey: true, shiftKey: !!aShiftKey });