Blame SOURCES/0082-utils-boot-analysis-Fix-minor-typo-in-string.patch

e76f14
From b107e5b149b871caf80ce765c11b87c69fa86359 Mon Sep 17 00:00:00 2001
e76f14
From: "Richard W.M. Jones" <rjones@redhat.com>
e76f14
Date: Mon, 9 May 2016 12:19:16 +0100
e76f14
Subject: [PATCH] utils: boot-analysis: Fix minor typo in string.
e76f14
e76f14
(cherry picked from commit 320b0faeaf67d80bccf8f81b9ebfcbcb68516fa1)
e76f14
---
e76f14
 utils/boot-analysis/boot-analysis-utils.c | 2 +-
e76f14
 1 file changed, 1 insertion(+), 1 deletion(-)
e76f14
e76f14
diff --git a/utils/boot-analysis/boot-analysis-utils.c b/utils/boot-analysis/boot-analysis-utils.c
e76f14
index 693b6f4..4308bea 100644
e76f14
--- a/utils/boot-analysis/boot-analysis-utils.c
e76f14
+++ b/utils/boot-analysis/boot-analysis-utils.c
e76f14
@@ -69,7 +69,7 @@ test_info (guestfs_h *g, int nr_test_passes)
e76f14
 
e76f14
   /* Related to qemu. */
e76f14
   backend = guestfs_get_backend (g);
e76f14
-  printf ("     backend: %-20s [to change set LIBGUESTFS_BACKEND]\n",
e76f14
+  printf ("     backend: %-20s [to change set $LIBGUESTFS_BACKEND]\n",
e76f14
           backend);
e76f14
   printf ("        qemu: %-20s [to change set $LIBGUESTFS_HV]\n", qemu);
e76f14
   printf ("qemu version: ");
e76f14
-- 
e76f14
1.8.3.1
e76f14