[Pkg-libvirt-commits] [libguestfs] 168/266: v2v: Trivial fix to documentation in internal interface to libxml2.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 86a1f5581065704fc90e11225abe4c9169af7125
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Aug 25 15:45:31 2014 +0100

    v2v: Trivial fix to documentation in internal interface to libxml2.
---
 v2v/xml.mli | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/v2v/xml.mli b/v2v/xml.mli
index 38bb9cd..c725ac0 100644
--- a/v2v/xml.mli
+++ b/v2v/xml.mli
@@ -31,9 +31,9 @@ val xpath_eval_expression : xpathctx -> string -> xpathobj
 (** xmlXPathEvalExpression *)
 
 val xpathobj_nr_nodes : xpathobj -> int
-(** Get the number of nodes in the node set of the xmlXPathObjectPtr. *)
+(** Get the number of nodes in the nodeset of the xmlXPathObjectPtr. *)
 val xpathobj_node : doc -> xpathobj -> int -> node
-(** Get the number of nodes in the node set of the xmlXPathObjectPtr. *)
+(** Get the i'th node in the nodeset of the xmlXPathObjectPtr. *)
 
 val xpathctx_set_current_context : xpathctx -> node -> unit
 (** Set the current context of an xmlXPathContextPtr to the node.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list