]> git.eshelyaron.com Git - emacs.git/commitdiff
(CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.
authorKenichi Handa <handa@m17n.org>
Tue, 16 Jan 2001 11:11:38 +0000 (11:11 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 16 Jan 2001 11:11:38 +0000 (11:11 +0000)
src/ccl.c

index 2b27a2c4888542240c02f25e6c7a2a969dc64b1a..2b1e824933e89b2f29d5d31d3a06ef675423cfc7 100644 (file)
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -420,7 +420,7 @@ Lisp_Object Vccl_program_table;
                                          IC += 2;
                                        */
 
-#define CCL_Extention          0x1F /* Extended CCL code
+#define CCL_Extension          0x1F /* Extended CCL code
                                        1:ExtendedCOMMNDRrrRRRrrrXXXXX
                                        2:ARGUEMENT
                                        3:...
@@ -1206,7 +1206,7 @@ ccl_driver (ccl, source, destination, src_bytes, dst_bytes, consumed)
            ic = jump_address;
          break;
 
-       case CCL_Extention:
+       case CCL_Extension:
          switch (EXCMD)
            {
            case CCL_ReadMultibyteChar2: