[Pkg-libvirt-commits] [libguestfs] 14/66: v2v: Fix typo in comment.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:47:36 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.54-1
in repository libguestfs.

commit 95b7e716ca4aa3e4cc6c33c11c722ad026712413
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Sep 20 08:12:41 2014 +0100

    v2v: Fix typo in comment.
---
 v2v/DOM.ml  | 2 +-
 v2v/DOM.mli | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/v2v/DOM.ml b/v2v/DOM.ml
index 881400a..28b056e 100644
--- a/v2v/DOM.ml
+++ b/v2v/DOM.ml
@@ -16,7 +16,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *)
 
-(* Poor man's XML DOM, mutable for easy of modification. *)
+(* Poor man's XML DOM, mutable for ease of modification. *)
 
 open Common_utils
 open Utils
diff --git a/v2v/DOM.mli b/v2v/DOM.mli
index 6a1f3bc..f5a0339 100644
--- a/v2v/DOM.mli
+++ b/v2v/DOM.mli
@@ -16,7 +16,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *)
 
-(** Poor man's XML DOM, mutable for easy of modification. *)
+(** Poor man's XML DOM, mutable for ease of modification. *)
 
 type node =
   | PCData of string                    (** Text. *)

-- 
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