From 059f4d216e4e3952549937af755de64364281fa2 Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Fri, 5 Apr 2024 01:13:34 -0400 Subject: [PATCH] Fix spelling --- doxygen/examples/intro_SWMR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/examples/intro_SWMR.md b/doxygen/examples/intro_SWMR.md index 6e37b1b5abf..c6a0faab8c5 100755 --- a/doxygen/examples/intro_SWMR.md +++ b/doxygen/examples/intro_SWMR.md @@ -147,6 +147,6 @@ In the other window (in the bin/ directory) run h5watch on the file created by u Interrupt use\_append\_chunk while it is running, and stop h5watch. -Use h5clear to clear the status flags in the superbock of the HDF5 file (use\_append\_chunk.h5). +Use h5clear to clear the status flags in the superblock of the HDF5 file (use\_append\_chunk.h5). View the file with h5dump. You will see that it is a valid file even though the application did not close properly. It will contain data up to the point that it was interrupted.