From 43befe4724c422ee46b84ea24661ab267344f4f5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 5 Oct 2008 23:52:14 +1000 Subject: [PATCH] typo - spelling of automatically --- modules/download-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/download-manager.js b/modules/download-manager.js index 30910f8..bd024f2 100644 --- a/modules/download-manager.js +++ b/modules/download-manager.js @@ -1008,7 +1008,7 @@ define_variable("download_temporary_file_open_buffer_delay", 500, define_variable("download_buffer_automatic_open_target", OPEN_NEW_WINDOW, "Target for download buffers created by the `open_download_buffer_automatically' function.\n" + - "This variable takes effect only if `open_download_buffer_auotmatically' is in " + + "This variable takes effect only if `open_download_buffer_automatically' is in " + "`download_added_hook', as it is by default."); function open_download_buffer_automatically(info) { -- 2.11.4.GIT