diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index b7b508bd..8aac5a6a 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -1250,7 +1250,7 @@ function stringToURLs(str) } } - /* if the string contains a space or does not conatain any of: .:/ + /* if the string contains a space or does not contain any of: .:/ * open it with default searchengine */ if (urls[url].match(/\s+/) || urls[url].match(/\.|:|\//) == null) urls[url] = g_searchengines[0][1].replace(/%s/, encodeURIComponent(urls[url]));