sysprep_operation: fix a typo

s/rathern/rather

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao
2015-06-05 06:02:20 -04:00
committed by Richard W.M. Jones
parent 47a15da2e7
commit 7429b6b261

View File

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