Displaying 1 result from an estimated 1 matches for "5bc1efa".
Did you mean:
5b99efa
2015 Jun 05
1
[PATCH] sysprep_operation: fix a typo
s/rathern/rather
Signed-off-by: Chen Hanxiao <chenhanxiao@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 al...