summaryrefslogtreecommitdiffstats
path: root/glustolibs-io/shared_files/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-io/shared_files/scripts')
-rwxr-xr-xglustolibs-io/shared_files/scripts/fd_writes.py2
-rwxr-xr-xglustolibs-io/shared_files/scripts/file_dir_ops.py4
-rw-r--r--glustolibs-io/shared_files/scripts/generate_io.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/glustolibs-io/shared_files/scripts/fd_writes.py b/glustolibs-io/shared_files/scripts/fd_writes.py
index ba46a5f7d..fc9273633 100755
--- a/glustolibs-io/shared_files/scripts/fd_writes.py
+++ b/glustolibs-io/shared_files/scripts/fd_writes.py
@@ -192,7 +192,7 @@ def fd_writes(args):
if __name__ == "__main__":
parser = argparse.ArgumentParser(
- description="Program to perfrom fd based writes on files for time t",
+ description="Program to perform fd based writes on files for time t",
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument('-f', '--file-sizes-list',
diff --git a/glustolibs-io/shared_files/scripts/file_dir_ops.py b/glustolibs-io/shared_files/scripts/file_dir_ops.py
index 5bcc422ef..ba6e0b07f 100755
--- a/glustolibs-io/shared_files/scripts/file_dir_ops.py
+++ b/glustolibs-io/shared_files/scripts/file_dir_ops.py
@@ -785,7 +785,7 @@ if __name__ == "__main__":
create_deep_dir_parser = subparsers.add_parser(
'create_deep_dir',
help=("Create deep dirs under 'dir' with depth 'dir_depth'."
- "In each level creates sub-dirs max upto 'max_num_of_dirs'."),
+ "In each level creates sub-dirs max up to 'max_num_of_dirs'."),
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
create_deep_dir_parser.add_argument(
'-d', '--dir-depth',
@@ -814,7 +814,7 @@ if __name__ == "__main__":
create_deep_dir_with_files_parser = subparsers.add_parser(
'create_deep_dirs_with_files',
help=("Create deep dirs under 'dir' with depth 'dir_depth'. "
- "In each level creates sub-dirs max upto 'max_num_of_dirs'. "
+ "In each level creates sub-dirs max up to 'max_num_of_dirs'. "
"Creates specified 'num_of_files' in each dir created."),
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
create_deep_dir_with_files_parser.add_argument(
diff --git a/glustolibs-io/shared_files/scripts/generate_io.py b/glustolibs-io/shared_files/scripts/generate_io.py
index 1b28983a0..c9836ba80 100644
--- a/glustolibs-io/shared_files/scripts/generate_io.py
+++ b/glustolibs-io/shared_files/scripts/generate_io.py
@@ -338,7 +338,7 @@ def stop_populate_data(proc_list, proc_queue, mevent=None):
proc.terminate()
return True
except Exception as e:
- print("Exception occured in stop_populate_data(): %s"
+ print("Exception occurred in stop_populate_data(): %s"
% e)
return False