From d3cd604402e556688b9da22bfdfd8bae6d9fd0ef Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 28 Sep 2008 12:42:28 -0700 Subject: [PATCH] Trivial typo fixes --- modules/content-buffer.js | 2 +- modules/page-modes/gmail.js | 2 +- modules/spawn-process.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/content-buffer.js b/modules/content-buffer.js index 569c35c..1cd28a4 100644 --- a/modules/content-buffer.js +++ b/modules/content-buffer.js @@ -447,7 +447,7 @@ function go_back (b, prefix) } interactive( "go-back", - "Go back in the session hisory for the current buffer.", + "Go back in the session history for the current buffer.", function (I) {go_back(I.buffer, I.p);}); function go_forward (b, prefix) diff --git a/modules/page-modes/gmail.js b/modules/page-modes/gmail.js index a987de2..0c553ce 100644 --- a/modules/page-modes/gmail.js +++ b/modules/page-modes/gmail.js @@ -40,7 +40,7 @@ interactive("gmail-label-go", define_key(keymap, "tab", null, $fallthrough); define_key(keymap, "escape", "gmail-focus-primary-frame"); - } + }; gmail_bind_common(gmail_keymap); diff --git a/modules/spawn-process.js b/modules/spawn-process.js index 247e993..32850aa 100644 --- a/modules/spawn-process.js +++ b/modules/spawn-process.js @@ -121,7 +121,7 @@ spawn_process_helper_program.append("conkeror-spawn-helper"); * Called with a single argument, an exception, if one occurs. * @param fds * If non-null, must be an object with only non-negative integer properties set. Each such property - * specifies that the corresponding file descriptor in the spaned process should be redirected. Note that + * specifies that the corresponding file descriptor in the spawned process should be redirected. Note that * 0 corresponds to STDIN, 1 corresponds to STDOUT, and 2 corresponds to STDERR. Note that every redirected * file descriptor can be used for both input and output, although STDIN, STDOUT, and STDERR are typically * used only unidirectionally. Each property must be an object itself, with an input and/or output property -- 2.11.4.GIT