From: Richard Jones Date: Sat, 17 Apr 2010 13:14:30 +0000 (+0100) Subject: generator: Fix typo in a comment. X-Git-Tag: 1.3.4~13 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1;hp=61ab83d19009a8006dd73ebe16d22494b78be4d1;p=libguestfs.git generator: Fix typo in a comment. --- 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