]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2013 04:07:45 +0000 (21:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2013 04:07:45 +0000 (21:07 -0700)
src/insdel.c
test/automated/ruby-mode-tests.el

index 5e3f4427538634803feb18652ff4d12bb4dff240..c0afa80d5e8ab27d15ed1881b0674480d0af9ae5 100644 (file)
@@ -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.  */
index 81bae187218ec96fd17cfc2001dcbe496233e34b..0ebe6d44e3418dd963546e408c803f11aa80760d 100644 (file)
@@ -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 ()