From a49ffd552b07c6ace34a4996ba9774def1901891 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Wed, 25 Apr 2007 23:49:59 +0000 Subject: [PATCH] small changes --- chrome/content/vimperator/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]));