From c6e675bbdd6cc13db34f4d2b74c3a9e6e0e9507b Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 25 Mar 2009 12:45:46 +1100 Subject: [PATCH] Fix typo in LocationChange autocomd description. --- xulmus/content/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xulmus/content/config.js b/xulmus/content/config.js index 5eed716e..220b3a8c 100755 --- a/xulmus/content/config.js +++ b/xulmus/content/config.js @@ -55,7 +55,7 @@ const config = { //{{{ ["DOMLoad", "Triggered when a page's DOM content has fully loaded"], ["DownloadPost", "Triggered when a download has completed"], ["Fullscreen", "Triggered when the browser's fullscreen state changes"], - ["LocationChange", "Triggered when changing tabs or when naviagtion to a new location"], + ["LocationChange", "Triggered when changing tabs or when navigation to a new location"], ["PageLoadPre", "Triggered after a page load is initiated"], ["PageLoad", "Triggered when a page gets (re)loaded/opened"], ["ShellCmdPost", "Triggered after executing a shell command with :!cmd"],