From a4818eca6d7aa0e811bac9d999d1c0577361f3fa Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 7 Apr 2008 15:40:41 +0000 Subject: [PATCH] GF.GFCC.API is for .gfcc, not.gfcm --- src/GF/GFCC/API.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GF/GFCC/API.hs b/src/GF/GFCC/API.hs index f02942a20..9bfe98b95 100644 --- a/src/GF/GFCC/API.hs +++ b/src/GF/GFCC/API.hs @@ -37,7 +37,7 @@ import System.Directory (doesFileExist) -- This API is meant to be used when embedding GF grammars in Haskell -- programs. The embedded system is supposed to use the --- .gfcm grammar format, which is first produced by the gf program. +-- .gfcc grammar format, which is first produced by the gf program. --------------------------------------------------- -- Interface