mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
generator: Fix typo in a comment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user