From f6642560e5f13a10569d96fc696a6863ae9ce7d2 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sat, 28 Apr 2007 16:05:56 +0000 Subject: [PATCH] typo --- chrome/content/vimperator/vimperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/vimperator/vimperator.js b/chrome/content/vimperator/vimperator.js index 209ec618..66a42d5a 100644 --- a/chrome/content/vimperator/vimperator.js +++ b/chrome/content/vimperator/vimperator.js @@ -26,7 +26,7 @@ the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. }}} ***** END LICENSE BLOCK *****/ -var g_vimperator_version = "###VERSION### (created: ###date###)"; +var g_vimperator_version = "###VERSION### (created: ###DATE###)"; const MODE_NORMAL = 1; const MODE_INSERT = 2;