* [Qemu-trivial] [PATCH] qemu-img: Fixed grammatical error in dump_human_image_check
@ 2017-12-02 22:33 Shravan Rajinikanth
0 siblings, 0 replies; 2+ messages in thread
From: Shravan Rajinikanth @ 2017-12-02 22:33 UTC (permalink / raw)
To: star.shravan; +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] 2+ messages in thread* [Qemu-trivial] [PATCH] qemu-img: Fixed grammatical error in dump_human_image_check
@ 2017-12-02 22:37 Shravan Rajinikanth
0 siblings, 0 replies; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2017-12-03 3:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 22:33 [Qemu-trivial] [PATCH] qemu-img: Fixed grammatical error in dump_human_image_check Shravan Rajinikanth
-- strict thread matches above, loose matches on Subject: below --
2017-12-02 22:37 Shravan Rajinikanth
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).