summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-12-22 17:02:09 (GMT)
committerGitHub <noreply@github.com>2023-12-22 17:02:09 (GMT)
commit11e15aeed1b82201ea0805dcef5bfce3ac02b9cb (patch)
treec43670744a6cc0fe5f48ef4eb4b0ddfd30314a44
parent37124bc1c1d3cd2114433a6d71648fcd57fd2bcf (diff)
downloadhdf5-11e15aeed1b82201ea0805dcef5bfce3ac02b9cb.zip
hdf5-11e15aeed1b82201ea0805dcef5bfce3ac02b9cb.tar.gz
hdf5-11e15aeed1b82201ea0805dcef5bfce3ac02b9cb.tar.bz2
Change Trouble Shooting to Troubleshooting (#3905)
-rw-r--r--doxygen/dox/MetadataCachingInHDF5.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/dox/MetadataCachingInHDF5.dox b/doxygen/dox/MetadataCachingInHDF5.dox
index ce7f0df..d522456 100644
--- a/doxygen/dox/MetadataCachingInHDF5.dox
+++ b/doxygen/dox/MetadataCachingInHDF5.dox
@@ -971,7 +971,7 @@ Finally, the cache also contains an extensive sanity checking code. Much of this
is turned on when you compile in debug mode, but to enable the full suite, turn
on H5C_DO_SANITY_CHECKS in H5Cprivate.h.
-\section trouble Trouble Shooting
+\section trouble Troubleshooting
Absent major bugs in the cache, the only troubleshooting you should have to do
is diagnosing and fixing problems with your cache configuration.