diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-17 14:14:30 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-17 14:14:30 +0100 |
commit | 68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1 (patch) | |
tree | d2151fffdc64641919361abcb02cb07eb0379802 /src | |
parent | 61ab83d19009a8006dd73ebe16d22494b78be4d1 (diff) | |
download | libguestfs-68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1.tar.gz libguestfs-68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1.tar.xz libguestfs-68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1.zip |
generator: Fix typo in a comment.
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index 88698420..b5b24cf1 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 |