From 8b3c382e28dfff4050f40fd018de2f4cd1ae3c77 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 14 Mar 2008 11:08:03 +0000 Subject: Fix typo "informations" -> "information" (Atsushi SAKAI and Saori FUKUTA). --- libvir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvir.py') diff --git a/libvir.py b/libvir.py index 34fe8f3..3a38898 100644 --- a/libvir.py +++ b/libvir.py @@ -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) -- cgit