On Thu, Nov 28, 2013 at 5:31 PM, Chen Hanxiao
<chenhanxiao(a)cn.fujitsu.com> wrote:
From: Chen Hanxiao <chenhanxiao(a)cn.fujitsu.com>
s/caused/cause
Signed-off-by: Chen Hanxiao <chenhanxiao(a)cn.fujitsu.com>
---
include/libvirt/libvirt.h.in | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index 146a59b..934d425 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -3461,7 +3461,7 @@ typedef enum {
/**
* virDomainEventDefinedDetailType:
*
- * Details on the caused of the 'defined' lifecycle event
+ * Details on the cause of the 'defined' lifecycle event
*/
1.8.2.1
I am no English expert, but would like to ask, if a particular event
can take place due to multiple reasons, shouldn't it be :
"Details on the causes of the 'defined' lifecycle event"
I think the original author made a typo by typing 'd' instead of 's'
(very close on keyboard), i.e., s/caused/causes
--
Nehal J Wani