summaryrefslogtreecommitdiffstats
path: root/libvirt-python-api.xml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-03-14 11:08:03 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-03-14 11:08:03 +0000
commit8b3c382e28dfff4050f40fd018de2f4cd1ae3c77 (patch)
treedce3cccc2efe5cdbbebd8e11c892d005510b130a /libvirt-python-api.xml
parentbc430178efc7ec9a767aa5db2aedfecc967b1767 (diff)
downloadlibvirt-python-split-8b3c382e28dfff4050f40fd018de2f4cd1ae3c77.tar.gz
libvirt-python-split-8b3c382e28dfff4050f40fd018de2f4cd1ae3c77.tar.xz
libvirt-python-split-8b3c382e28dfff4050f40fd018de2f4cd1ae3c77.zip
Fix typo "informations" -> "information" (Atsushi SAKAI and
Saori FUKUTA).
Diffstat (limited to 'libvirt-python-api.xml')
-rw-r--r--libvirt-python-api.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml
index 6f64b65..3e59398 100644
--- a/libvirt-python-api.xml
+++ b/libvirt-python-api.xml
@@ -34,13 +34,13 @@
<arg name='uuid' type='const unsigned char *' info='the UUID string for the network, must be 16 bytes'/>
</function>
<function name='virDomainGetInfo' file='python'>
- <info>Extract informations about a domain. Note that if the connection used to get the domain is limited only a partial set of the informations can be extracted.</info>
- <return type='int *' info='the list of informations or None in case of error'/>
+ <info>Extract information about a domain. Note that if the connection used to get the domain is limited only a partial set of the information can be extracted.</info>
+ <return type='int *' info='the list of information or None in case of error'/>
<arg name='domain' type='virDomainPtr' info='a domain object'/>
</function>
<function name='virNodeGetInfo' file='python'>
- <info>Extract hardware informations about the Node.</info>
- <return type='int *' info='the list of informations or None in case of error'/>
+ <info>Extract hardware information about the Node.</info>
+ <return type='int *' info='the list of information or None in case of error'/>
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
</function>
<function name='virDomainGetUUID' file='python'>