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 | 3e59e29859fd9fd0cee477363547476e7b07ea5f (patch) | |
tree | e376576c586dfd400cbe3fb1272861c6225acfa4 /docs/apibuild.py | |
parent | * src/libvirt.c: virDomainSetSchedulerParameters need to be (diff) | |
download | libvirt-3e59e29859fd9fd0cee477363547476e7b07ea5f.tar.gz libvirt-3e59e29859fd9fd0cee477363547476e7b07ea5f.tar.bz2 libvirt-3e59e29859fd9fd0cee477363547476e7b07ea5f.zip |
Fix typo "informations" -> "information" (Atsushi SAKAI and
Saori FUKUTA).
Diffstat (limited to 'docs/apibuild.py')
-rwxr-xr-x | docs/apibuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/apibuild.py b/docs/apibuild.py index 44d5e6430..5f6424c3c 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -752,7 +752,7 @@ class CParser: return((args, desc)) # - # Parse a comment block and merge the informations found in the + # Parse a comment block and merge the information found in the # parameters descriptions, finally returns a block as complete # as possible # |