Blame SOURCES/0129-ping-daemon-Fix-error-in-the-description-of-this-API.patch

ffd6ed
From f2e747fd52fccb1fef13f1a7f8793b05854c26c0 Mon Sep 17 00:00:00 2001
ffd6ed
From: "Richard W.M. Jones" <rjones@redhat.com>
ffd6ed
Date: Thu, 18 Dec 2014 10:59:15 +0000
ffd6ed
Subject: [PATCH] ping-daemon: Fix error in the description of this API
ffd6ed
 (RHBZ#1175676).
ffd6ed
ffd6ed
Thanks: Lingfei Kong
ffd6ed
(cherry picked from commit f6e74ecd73d9aeeb4c9ef0044d7112645b09172f)
ffd6ed
---
ffd6ed
 generator/actions.ml | 2 +-
ffd6ed
 1 file changed, 1 insertion(+), 1 deletion(-)
ffd6ed
ffd6ed
diff --git a/generator/actions.ml b/generator/actions.ml
ffd6ed
index 263c6f3..c7a1777 100644
ffd6ed
--- a/generator/actions.ml
ffd6ed
+++ b/generator/actions.ml
ffd6ed
@@ -5273,7 +5273,7 @@ running the program." };
ffd6ed
     shortdesc = "ping the guest daemon";
ffd6ed
     longdesc = "\
ffd6ed
 This is a test probe into the guestfs daemon running inside
ffd6ed
-the hypervisor.  Calling this function checks that the
ffd6ed
+the libguestfs appliance.  Calling this function checks that the
ffd6ed
 daemon responds to the ping message, without affecting the daemon
ffd6ed
 or attached block device(s) in any other way." };
ffd6ed
 
ffd6ed
-- 
ffd6ed
1.8.3.1
ffd6ed