[liblouis-liblouisxml] [liblouis commit] r69 - trunk/tools

  • From: codesite-noreply@xxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 15 Jan 2009 16:35:47 +0000

Author: christian.egli@xxxxxxxxxxxxxx
Date: Thu Jan 15 08:30:59 2009
New Revision: 69

Modified:
   trunk/tools/lou_debug.c

Log:
Fix a typo

Modified: trunk/tools/lou_debug.c
==============================================================================
--- trunk/tools/lou_debug.c     (original)
+++ trunk/tools/lou_debug.c     Thu Jan 15 08:30:59 2009
@@ -355,7 +355,7 @@
   printf ("Table size: %d\n", table->tableSize);
   printf ("Bytes used: %d\n", table->bytesUsed);
   printf ("Number of passes: %d\n", table->numPasses);
-  printf ("'coreect' opcodes: %s\n", pickYN (table->corrections));
+  printf ("'correct' opcodes: %s\n", pickYN (table->corrections));
   printf ("'syllable' opcodes: %s\n", pickYN (table->syllables));
   printf ("'capsnocont' opcode: %s\n", pickYN (table->capsNoCont));
   printf ("Hyphenation table: %s\n", pickYN (table->hyphenStatesArray));
For a description of the software and to download it go to
http://www.jjb-software.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis commit] r69 - trunk/tools - codesite-noreply