From 68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 17 Apr 2010 14:14:30 +0100 Subject: [PATCH] generator: Fix typo in a comment. --- src/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator.ml b/src/generator.ml index 8869842..b5b24cf 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -5074,7 +5074,7 @@ let check_functions () = failwithf "short description of %s should not end with . or \\n." name ) all_functions; - (* Check long dscriptions. *) + (* Check long descriptions. *) List.iter ( fun (name, _, _, _, _, _, longdesc) -> if longdesc.[String.length longdesc-1] = '\n' then -- 1.8.3.1