fix directory typo and copyright .
Signed-off-by: Wanlong Gao <gaowanlong(a)cn.fujitsu.com>
---
sysprep/sysprep_operation_bash_history.ml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysprep/sysprep_operation_bash_history.ml
b/sysprep/sysprep_operation_bash_history.ml
index 891c137..d4a85e1 100644
--- a/sysprep/sysprep_operation_bash_history.ml
+++ b/sysprep/sysprep_operation_bash_history.ml
@@ -1,5 +1,5 @@
(* virt-sysprep
- * Copyright (C) 2012 Fujitsu Inc.
+ * Copyright (C) 2012 FUJITSU LIMITED
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@ let bash_history_op = {
Remove the bash history in the guest.
Remove the bash history of user \"root\" and any other users
-who have a C<.bash_history> file in their home directory.";
+who have a C<.bash_history> file in their home directorys.";
extra_args = [];
perform = bash_history_perform;
}
--
1.7.10