summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-04 15:29:55 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-04 15:29:55 (GMT)
commitcb01b00e740259a7e5a60c84891f2cc207bef59e (patch)
tree758c2615821723958e98946f533edf98bed674bc /testpar/testphdf5.c
parentd1042619aedf19a2b0704cd901eedc7856ea8def (diff)
downloadhdf5-cb01b00e740259a7e5a60c84891f2cc207bef59e.zip
hdf5-cb01b00e740259a7e5a60c84891f2cc207bef59e.tar.gz
hdf5-cb01b00e740259a7e5a60c84891f2cc207bef59e.tar.bz2
[svn-r6953] Purpose:
Code cleanup Description: Correct typo in printf(). Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ FreeBSD 4.8 (sleipnir) w/parallel h5committested
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index e7314c9..473659a 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -431,7 +431,7 @@ int main(int argc, char **argv)
MPI_BANNER("collective group and dataset write ...");
collective_group_write(filenames[6], ngroups);
if (doread) {
- MPI_BANNER("indepenent group and dataset read ...");
+ MPI_BANNER("independent group and dataset read ...");
independent_group_read(filenames[6], ngroups);
}
}