emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99603: (emacs_mule_char): Fix a typo


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99603: (emacs_mule_char): Fix a typo in commentary.
Date: Tue, 02 Mar 2010 23:43:50 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99603
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2010-03-02 23:43:50 +0200
message:
  (emacs_mule_char): Fix a typo in commentary.
modified:
  src/coding.c
=== modified file 'src/coding.c'
--- a/src/coding.c      2010-03-02 20:35:44 +0000
+++ b/src/coding.c      2010-03-02 21:43:50 +0000
@@ -2065,7 +2065,7 @@
 /* Parse emacs-mule multibyte sequence at SRC and return the decoded
    character.  If CMP_STATUS indicates that we must expect MSEQ or
    RULE described above, decode it and return the negative value of
-   the deocded character or rule.  If an invalid byte is found, return
+   the decoded character or rule.  If an invalid byte is found, return
    -1.  If SRC is too short, return -2.  */
 
 int


reply via email to

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