git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61ab83d
)
generator: Fix typo in a comment.
author
Richard Jones
<rjones@redhat.com>
Sat, 17 Apr 2010 13:14:30 +0000
(14:14 +0100)
committer
Richard Jones
<rjones@redhat.com>
Sat, 17 Apr 2010 13:14:30 +0000
(14:14 +0100)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
8869842
..
b5b24cf
100755
(executable)
--- 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 d
e
scriptions. *)
List.iter (
fun (name, _, _, _, _, _, longdesc) ->
if longdesc.[String.length longdesc-1] = '\n' then