[Pkg-libvirt-commits] [libguestfs] 27/31: sysprep_operation: fix a typo

Hilko Bengen bengen at moszumanska.debian.org
Sun Nov 1 17:13:10 UTC 2015


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

bengen pushed a commit to annotated tag upstream/1.29.46
in repository libguestfs.

commit 7429b6b261496c4aafe5ce9015ddc8f5c28f8cc2
Author: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
Date:   Fri Jun 5 06:02:20 2015 -0400

    sysprep_operation: fix a typo
    
    s/rathern/rather
    
    Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 sysprep/sysprep_operation.ml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysprep/sysprep_operation.ml b/sysprep/sysprep_operation.ml
index 5bc1efa..af2004e 100644
--- a/sysprep/sysprep_operation.ml
+++ b/sysprep/sysprep_operation.ml
@@ -279,7 +279,7 @@ let perform_operations_on_filesystems ?operations g root
     | Some opset -> (* just the operation names listed *)
       OperationSet.elements opset in
 
-  (* Perform the operations in alphabetical, rathern than random order. *)
+  (* Perform the operations in alphabetical, rather than random order. *)
   let ops = List.sort compare_operations ops in
 
   List.iter (
@@ -300,7 +300,7 @@ let perform_operations_on_devices ?operations g root
     | Some opset -> (* just the operation names listed *)
       OperationSet.elements opset in
 
-  (* Perform the operations in alphabetical, rathern than random order. *)
+  (* Perform the operations in alphabetical, rather than random order. *)
   let ops = List.sort compare_operations ops in
 
   List.iter (

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