From: Richard Jones Date: Sat, 17 Apr 2010 13:14:30 +0000 (+0100) Subject: generator: Fix typo in a comment. X-Git-Tag: 1.2.3~14 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=7d10547f879478972be3bb8be17412a9b85a6b84;p=libguestfs.git generator: Fix typo in a comment. (cherry picked from commit 68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1) --- diff --git a/src/generator.ml b/src/generator.ml index 944e3a4..6c01c43 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4980,7 +4980,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