diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2008-03-14 11:08:03 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2008-03-14 11:08:03 +0000 |
commit | 8b3c382e28dfff4050f40fd018de2f4cd1ae3c77 (patch) | |
tree | dce3cccc2efe5cdbbebd8e11c892d005510b130a /libvir.py | |
parent | bc430178efc7ec9a767aa5db2aedfecc967b1767 (diff) | |
download | libvirt-python-v6-8b3c382e28dfff4050f40fd018de2f4cd1ae3c77.tar.gz libvirt-python-v6-8b3c382e28dfff4050f40fd018de2f4cd1ae3c77.tar.xz libvirt-python-v6-8b3c382e28dfff4050f40fd018de2f4cd1ae3c77.zip |
Fix typo "informations" -> "information" (Atsushi SAKAI and
Saori FUKUTA).
Diffstat (limited to 'libvir.py')
-rw-r--r-- | libvir.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ class libvirtError(Exception): def registerErrorHandler(f, ctx): """Register a Python written function to for error reporting. The function is called back as f(ctx, error), with error - being a list of informations about the error being raised. + being a list of information about the error being raised. Returns 1 in case of success.""" return libvirtmod.virRegisterErrorHandler(f,ctx) |