Spelling fixes.
[bpt/emacs.git] / src / ccl.c
index 01943ed..83192d9 100644 (file)
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1762,7 +1762,7 @@ ccl_driver (struct ccl_program *ccl, int *source, int *destination, int src_size
 
        case CCL_STAT_QUIT:
          if (! ccl->quit_silently)
-           sprintf (msg, "\nCCL: Quited.");
+           sprintf (msg, "\nCCL: Quitted.");
          break;
 
        default: