diff options
| -rw-r--r-- | background_scripts/completion.coffee | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 7dbd2e61..40a7c8fd 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -483,8 +483,8 @@ class SearchEngineCompleter      # aggregated by the MultiCompleter.      filter = (suggestions) ->        suggestions.filter (suggestion) -> -        # We only keep suggestions which either *were* generated by this completion engine, or *could have -        # been* generated by this completion engine (and match the current query). +        # We only keep suggestions which either *were* generated by this search engine, or *could have +        # been* generated by this search engine (and match the current query).          suggestion.isSearchSuggestion or suggestion.isCustomSearch or            (              terms = Utils.extractQuery searchUrl, suggestion.url | 
