From 6ff227cb45a1db91bbaeb0246b5a7a4a5a4aa85c Mon Sep 17 00:00:00 2001 From: bmribler <39579120+bmribler@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:49:13 -0400 Subject: [PATCH] Fix a typo (#4352) --- doxygen/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/aliases b/doxygen/aliases index ff8db78ff6d..774ecc5038b 100644 --- a/doxygen/aliases +++ b/doxygen/aliases @@ -243,7 +243,7 @@ ALIASES += ref_mdc_in_hdf5="Metadata Cache Logging" ALIASES += ref_news_112="New Features in HDF5 Release 1.12" ALIASES += ref_h5ocopy="Copying Committed Datatypes with H5Ocopy()" -ALIASES += ref_sencode_fmt_change="RFC H5Secnode() / H5Sdecode() Format Change" +ALIASES += ref_sencode_fmt_change="RFC H5Sencode() / H5Sdecode() Format Change" ALIASES += ref_vlen_strings="\Emph{Creating variable-length string datatypes}" ALIASES += ref_vol_doc="VOL documentation"