On Sat, 12/02 14:37, Shravan Rajinikanth wrote: > Signed-off-by: Shravan Rajinikanth <shrava...@utexas.edu> > --- > qemu-img.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qemu-img.c b/qemu-img.c > index 68b375f..bea9268 100644 > --- a/qemu-img.c > +++ b/qemu-img.c > @@ -580,7 +580,7 @@ static void dump_human_image_check(ImageCheck *check, > bool quiet) > if (check->leaks) { > qprintf(quiet, > "\n%" PRId64 " leaked clusters were found on the > image.\n" > - "This means waste of disk space, but no harm to data.\n", > + "This means disk space is wasted, but data is safe.\n",
To me both versions seem fine, could you explain the grammatical error in the old message? Fam > check->leaks); > } > > -- > 2.7.4 > >