emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112003: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112003: Spelling fixes.
Date: Sun, 10 Mar 2013 21:07:45 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112003
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-03-10 21:07:45 -0700
message:
  Spelling fixes.
modified:
  src/insdel.c
  test/automated/ruby-mode-tests.el
=== modified file 'src/insdel.c'
--- a/src/insdel.c      2013-03-11 04:02:06 +0000
+++ b/src/insdel.c      2013-03-11 04:07:45 +0000
@@ -1163,7 +1163,7 @@
 /* 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.  */

=== modified file 'test/automated/ruby-mode-tests.el'
--- a/test/automated/ruby-mode-tests.el 2013-03-06 18:56:29 +0000
+++ b/test/automated/ruby-mode-tests.el 2013-03-11 04:07:45 +0000
@@ -103,7 +103,7 @@
   (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 ()


reply via email to

[Prev in Thread] Current Thread [Next in Thread]