aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteramako2011-10-29 12:55:33 +0900
committerteramako2011-10-29 12:55:33 +0900
commit7e8f2eccb7a8da4ebc679620adda1680ff552bfd (patch)
treea5038c1018c6f31bad506ab3b5e0cb4b126be3a9
parent60f19e46d8dc5fb99bccbd3f2c9970042c388982 (diff)
downloadvimperator-plugins-7e8f2eccb7a8da4ebc679620adda1680ff552bfd.tar.bz2
fix typo
-rw-r--r--tab-history.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tab-history.js b/tab-history.js
index f28e15d..1659e08 100644
--- a/tab-history.js
+++ b/tab-history.js
@@ -2,7 +2,7 @@ var INFO =
<plugin name="TabHistory"
version="0.1"
summary="Go back/forward the tab selection history"
- xmlns="http://vimperator.org/namespace/liberator">
+ xmlns="http://vimperator.org/namespaces/liberator">
<author email="teramako@gmail.com">teramako</author>
<license>MPL 1.1/GPL 2.0/LGPL 2.1</license>
<project name="Vimperator" minVerion="3.1"/>