From: Richard Jones Date: Sat, 31 Jul 2010 13:35:07 +0000 (+0100) Subject: generator: Fix typo in error message for RConstOptString. X-Git-Tag: 1.4.2~1 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3baef3ebdf59fd9f2253ab5aeae55f959dc8cf48;p=libguestfs.git generator: Fix typo in error message for RConstOptString. (cherry picked from commit 29925244c1be2d1d5f71d46eba205278624a1366) --- diff --git a/src/generator.ml b/src/generator.ml index 3ef02ef..b5638de 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -5579,7 +5579,7 @@ let rec generate_actions_pod () = The string is owned by the guest handle and must I be freed.\n\n" | RConstOptString _ -> pr "This function returns a string which may be NULL. -There is way to return an error from this function. +There is no way to return an error from this function. The string is owned by the guest handle and must I be freed.\n\n" | RString _ -> pr "This function returns a string, or NULL on error.