From 5442ed7e60c78c67b8e96d719a02aa1d028b40dd Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Thu, 28 Apr 2022 14:46:08 -0500 Subject: [PATCH] Fix typos --- adapter/vfd/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adapter/vfd/README.md b/adapter/vfd/README.md index 3481a8348..e0a15b501 100644 --- a/adapter/vfd/README.md +++ b/adapter/vfd/README.md @@ -31,7 +31,7 @@ Now we must tell the HDF5 library where to find the Hermes VFD. That is done with the following environment variable: ```sh -HDF5_PLUGIN_PATH=/lib/hermes_vfd ``` The Hermes VFD has two configuration options. @@ -41,7 +41,7 @@ The Hermes VFD has two configuration options. application terminates. Thus, no files are produced. 2. page size - The Hermes VFD works by mapping HDF5 files into its internal data structures. This happens in pages. The `page size` configuration option - allows the user to specify the size, in bytes of these pages. If your app + allows the user to specify the size, in bytes, of these pages. If your app does lots 2 MiB writes, then it's a good idea to set the page size to 2 MiB. A smaller page size, 1 KiB for example, would convert each 2 MiB write into 2048 1 KiB writes. However, be aware that using pages that are too large @@ -51,7 +51,7 @@ The Hermes VFD has two configuration options. These two configuration options are passed as a space-delimited string through -an evnironment variable: +an environment variable: ```sh # Example of configuring the Hermes VFD with `persistent_mode=true` and