Skip to content

Commit 0748d3a

Browse files
author
Wilhelm Mailänder
committed
fixed typo in common/content/tabs.js
line 428, borwser -> browser Fixes issue 896
1 parent 02da7d0 commit 0748d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ const Tabs = Module("tabs", {
425425
let index = (i + first) % nbrowsers;
426426
let browser = config.tabbrowser.browsers[index];
427427
let tab = tabs.getTab(index);
428-
let url = borwser.contentDocument.location.href;
428+
let url = browser.contentDocument.location.href;
429429
let title = tab.label.toLowerCase();
430430
if (url == buffer)
431431
return [tab];

0 commit comments

Comments
 (0)