From: Paul Eggert Date: Mon, 11 Mar 2013 04:07:45 +0000 (-0700) Subject: Spelling fixes. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~572 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=307d0e95ee9da988333c9d373b9955300bbaa340;p=emacs.git Spelling fixes. --- diff --git a/src/insdel.c b/src/insdel.c index 5e3f4427538..c0afa80d5e8 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -1163,7 +1163,7 @@ insert_from_buffer_1 (struct buffer *buf, /* Record undo information and adjust markers and position keepers for a replacement of a text PREV_TEXT at FROM to a new text of LEN chars (LEN_BYTE bytes). If TEXT_AT_GAP_TAIL, the new text - resides at the gap tail; i.e. at (GAP_END_ADDR - LEN_BNYTE) + resides at the gap tail; i.e. at (GAP_END_ADDR - LEN_BYTE) Otherwise, the text resides in the gap just after GPT_BYTE. PREV_TEXT nil means the new text was just inserted. */ diff --git a/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index 81bae187218..0ebe6d44e34 100644 --- a/test/automated/ruby-mode-tests.el +++ b/test/automated/ruby-mode-tests.el @@ -103,7 +103,7 @@ VALUES-PLIST is a list with alternating index and value elements." (ruby-should-indent "a = %w[abc\n def]\n " 0) (ruby-should-indent "a = \"abc\n def\"\n " 0)) -(ert-deftest ruby-regexp-doest-start-in-string () +(ert-deftest ruby-regexp-doesnt-start-in-string () (ruby-assert-state "'(/', /\d+/" 3 nil)) (ert-deftest ruby-regexp-starts-after-string ()