diff options
Diffstat (limited to 'tools/src')
-rw-r--r-- | tools/src/h5perf/perf.c | 2 | ||||
-rw-r--r-- | tools/src/h5perf/pio_perf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/h5perf/perf.c b/tools/src/h5perf/perf.c index 54d83e1..cac7266 100644 --- a/tools/src/h5perf/perf.c +++ b/tools/src/h5perf/perf.c @@ -480,7 +480,7 @@ parse_args(int argc, char **argv) * further calls to getenv_all take place. * * Return: pointer to a string containing the value of the environment variable - * NULL if the varialbe doesn't exist in task 'root's environment. + * NULL if the variable doesn't exist in task 'root's environment. * * Programmer: Leon Arber * 4/4/05 diff --git a/tools/src/h5perf/pio_perf.c b/tools/src/h5perf/pio_perf.c index 6aff995..f997166 100644 --- a/tools/src/h5perf/pio_perf.c +++ b/tools/src/h5perf/pio_perf.c @@ -1694,7 +1694,7 @@ usage(const char *prog) HDprintf(" Environment variables:\n"); HDprintf(" HDF5_NOCLEANUP Do not remove data files if set [default remove]\n"); HDprintf(" HDF5_MPI_INFO MPI INFO object key=value separated by ;\n"); - HDprintf(" HDF5_PARAPREFIX Paralllel data files prefix\n"); + HDprintf(" HDF5_PARAPREFIX Parallel data files prefix\n"); fflush(stdout); } /* end if */ } /* end usage() */ |