Skip to content

Commit 6ac5d0b

Browse files
committed
dawg: Fix typos and file information in file header
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 9c2fa0d commit 6ac5d0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dict/dawg.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
********************************************************************************
33
*
44
* File: dawg.cpp (Formerly dawg.c)
5-
* Description: Use a Directed Accyclic Word Graph
5+
* Description: Use a Directed Acyclic Word Graph
66
* Author: Mark Seaman, OCR Technology
77
* Created: Fri Oct 16 14:37:00 1987
88
* Modified: Wed Jul 24 16:59:16 1991 (Mark Seaman) marks@hpgrlt

dict/dawg.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* -*-C-*-
22
********************************************************************************
33
*
4-
* File: dawg.h (Formerly dawg.h)
5-
* Description: Definition of a class that represents Directed Accyclic Word
4+
* File: dawg.h
5+
* Description: Definition of a class that represents Directed Acyclic Word
66
* Graph (DAWG), functions to build and manipulate the DAWG.
77
* Author: Mark Seaman, SW Productivity
88
* Created: Fri Oct 16 14:37:00 1987

0 commit comments

Comments
 (0)