[Libguestfs] [PATCH 2/2] sysprep:bash_history: fix typo

Wanlong Gao gaowanlong at cn.fujitsu.com
Fri Apr 13 07:36:28 UTC 2012


fix directory typo and copyright .

Signed-off-by: Wanlong Gao <gaowanlong at 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




More information about the Libguestfs mailing list