diff options
author | Richard Jones <rjones@redhat.com> | 2010-07-31 14:35:07 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-07-31 14:35:07 +0100 |
commit | 29925244c1be2d1d5f71d46eba205278624a1366 (patch) | |
tree | bb9411c44c6145b844de8143fac93837d123227e /src | |
parent | 6280ac9b987c14f89749b4b4fdfec5a647567432 (diff) | |
download | libguestfs-29925244c1be2d1d5f71d46eba205278624a1366.tar.gz libguestfs-29925244c1be2d1d5f71d46eba205278624a1366.tar.xz libguestfs-29925244c1be2d1d5f71d46eba205278624a1366.zip |
generator: Fix typo in error message for RConstOptString.
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 20f7ac01..52e7aba0 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -5712,7 +5712,7 @@ let rec generate_actions_pod () = The string is owned by the guest handle and must I<not> 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<not> be freed.\n\n" | RString _ -> pr "This function returns a string, or NULL on error. |