Reviewed-by: Konstantin Kostiuk <kkost...@redhat.com> On Tue, Apr 4, 2023 at 2:59 PM Markus Armbruster <arm...@redhat.com> wrote:
> Delete "error state indicates", because it doesn't make sense. > I suspect it was an accident. > > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > qga/qapi-schema.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json > index 796434ed34..f349345116 100644 > --- a/qga/qapi-schema.json > +++ b/qga/qapi-schema.json > @@ -420,7 +420,7 @@ > ## > # @guest-fsfreeze-status: > # > -# Get guest fsfreeze state. error state indicates > +# Get guest fsfreeze state. > # > # Returns: GuestFsfreezeStatus ("thawed", "frozen", etc., as defined > below) > # > -- > 2.39.2 > >