From 307d0e95ee9da988333c9d373b9955300bbaa340 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 10 Mar 2013 21:07:45 -0700 Subject: [PATCH] Spelling fixes. --- src/insdel.c | 2 +- test/automated/ruby-mode-tests.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 () -- 2.39.2