]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: fix missed documentation for virterror functions
authorClaudio Bley <cbley@av-test.de>
Tue, 29 Jan 2013 15:24:35 +0000 (16:24 +0100)
committerClaudio Bley <cbley@av-test.de>
Wed, 30 Jan 2013 06:53:14 +0000 (07:53 +0100)
Commit f24404a3244b50c1d6d3a735445b02450ac40981 renamed virterror.c to
virerror.c but forgot to change the reference in this file.

docs/apibuild.py

index 9a29c42d958c328e997a34e6df1b7a58acceb98e..91dabf83ce340b6a9f485423503a1135a0834469 100755 (executable)
@@ -24,7 +24,7 @@ included_files = {
   "libvirt.h": "header with general libvirt API definitions",
   "virterror.h": "header with error specific API definitions",
   "libvirt.c": "Main interfaces for the libvirt library",
-  "virterror.c": "implements error handling and reporting code for libvirt",
+  "virerror.c": "implements error handling and reporting code for libvirt",
   "virevent.c": "event loop for monitoring file handles",
   "virtypedparam.c": "virTypedParameters APIs",
 }