generator: Fix typo in error message for RConstOptString.
authorRichard Jones <rjones@redhat.com>
Sat, 31 Jul 2010 13:35:07 +0000 (14:35 +0100)
committerRichard Jones <rjones@redhat.com>
Sat, 31 Jul 2010 13:35:07 +0000 (14:35 +0100)
src/generator.ml

index 20f7ac0..52e7aba 100755 (executable)
@@ -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.