mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
sysprep_operation: fix a typo
s/rathern/rather Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
47a15da2e7
commit
7429b6b261
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user