qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qemu-img: Fixed grammatical error in dump_human_image_check
@ 2017-12-02 22:37 Shravan Rajinikanth
  2017-12-04 15:44 ` Fam Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Shravan Rajinikanth @ 2017-12-02 22:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Shravan Rajinikanth, qemu-trivial

Signed-off-by: Shravan Rajinikanth <shravan2x@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",
                     check->leaks);
         }
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-02 16:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 22:37 [Qemu-devel] [PATCH] qemu-img: Fixed grammatical error in dump_human_image_check Shravan Rajinikanth
2017-12-04 15:44 ` Fam Zheng
2017-12-04 15:51 ` Max Reitz
2017-12-04 15:57   ` Peter Maydell
2017-12-04 20:44     ` Shravan Rajinikanth
2018-02-02 13:37 ` Max Reitz
2018-02-02 15:36   ` Max Reitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).