Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Jan 17, 2025
2 parents 757a2b7 + 9d687e4 commit 038e9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/NavigationBar/View/AddressBarTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ final class AddressBarTextField: NSTextField {

if case .internalPage(title: let title, url: let url) = suggestion,
url == .bookmarks || url.isSettingsURL {
// when choosing an internal page suggestion preffer already open matching tab
// when choosing an internal page suggestion prefer already open tab
switchTo(OpenTab(title: title, url: url))
} else if case .openTab(let title, url: let url) = suggestion {
switchTo(OpenTab(title: title, url: url))
Expand Down

0 comments on commit 038e9ba

Please sign in to comment.