diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2022-08-10 20:57:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 20:57:26 (GMT) |
commit | 174505ca3c27daa30d8affd63bda07ad24f126c5 (patch) | |
tree | 8d5a1aa014056b6c05fd7ea5b5906ca2f65b5afd /examples | |
parent | e794dc5ec44ea73c92a6d3937e86307e87d277ae (diff) | |
download | hdf5-174505ca3c27daa30d8affd63bda07ad24f126c5.zip hdf5-174505ca3c27daa30d8affd63bda07ad24f126c5.tar.gz hdf5-174505ca3c27daa30d8affd63bda07ad24f126c5.tar.bz2 |
Fix typos found in the rest of the hdf5 code-base (#1985)
* Fix typos found in the rest of the hdf5 code-base
* Typo in tool.cmake
* Revert "Typo in tool.cmake"
This reverts commit 06b8403d99757c7d20f1eed530cf317c3d84de4b.
* Fix clang-format styling
Diffstat (limited to 'examples')
-rw-r--r-- | examples/h5_vds-eiger.c | 2 | ||||
-rw-r--r-- | examples/h5_vds-exc.c | 2 | ||||
-rw-r--r-- | examples/h5_vds-exclim.c | 2 | ||||
-rw-r--r-- | examples/h5_vds-percival-unlim-maxmin.c | 2 | ||||
-rw-r--r-- | examples/h5_vds-percival-unlim.c | 2 | ||||
-rw-r--r-- | examples/h5_vds-percival.c | 2 | ||||
-rw-r--r-- | examples/h5_vds-simpleIO.c | 2 | ||||
-rw-r--r-- | examples/h5_vds.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/h5_vds-eiger.c b/examples/h5_vds-eiger.c index 9608319..fcde490 100644 --- a/examples/h5_vds-eiger.c +++ b/examples/h5_vds-eiger.c @@ -128,7 +128,7 @@ main(void) for (i = 0; i < (int)num_map; i++) { printf(" Mapping %d \n", i); printf(" Selection in the virtual dataset \n"); - /* Get selection in the virttual dataset */ + /* Get selection in the virtual dataset */ vspace = H5Pget_virtual_vspace(dcpl, (size_t)i); if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) { if (H5Sis_regular_hyperslab(vspace)) { diff --git a/examples/h5_vds-exc.c b/examples/h5_vds-exc.c index e03ffd8..fa6b720 100644 --- a/examples/h5_vds-exc.c +++ b/examples/h5_vds-exc.c @@ -156,7 +156,7 @@ main(void) for (i = 0; i < (int)num_map; i++) { printf(" Mapping %d \n", i); printf(" Selection in the virtual dataset \n"); - /* Get selection in the virttual dataset */ + /* Get selection in the virtual dataset */ vspace = H5Pget_virtual_vspace(dcpl, (size_t)i); if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) { if (H5Sis_regular_hyperslab(vspace)) { diff --git a/examples/h5_vds-exclim.c b/examples/h5_vds-exclim.c index f7b3fdd..58ed1f8 100644 --- a/examples/h5_vds-exclim.c +++ b/examples/h5_vds-exclim.c @@ -153,7 +153,7 @@ main(void) for (i = 0; i < (int)num_map; i++) { printf(" Mapping %d \n", i); printf(" Selection in the virtual dataset \n"); - /* Get selection in the virttual dataset */ + /* Get selection in the virtual dataset */ vspace = H5Pget_virtual_vspace(dcpl, (size_t)i); if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) { if (H5Sis_regular_hyperslab(vspace)) { diff --git a/examples/h5_vds-percival-unlim-maxmin.c b/examples/h5_vds-percival-unlim-maxmin.c index 507f088..9ef514d 100644 --- a/examples/h5_vds-percival-unlim-maxmin.c +++ b/examples/h5_vds-percival-unlim-maxmin.c @@ -246,7 +246,7 @@ main(void) for (i = 0; i < (int)num_map; i++) { printf(" Mapping %d \n", i); printf(" Selection in the virtual dataset \n"); - /* Get selection in the virttual dataset */ + /* Get selection in the virtual dataset */ vspace = H5Pget_virtual_vspace(dcpl, (size_t)i); if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) { if (H5Sis_regular_hyperslab(vspace)) { diff --git a/examples/h5_vds-percival-unlim.c b/examples/h5_vds-percival-unlim.c index badead3..ddbcdec 100644 --- a/examples/h5_vds-percival-unlim.c +++ b/examples/h5_vds-percival-unlim.c @@ -223,7 +223,7 @@ main(void) for (i = 0; i < (int)num_map; i++) { printf(" Mapping %d \n", i); printf(" Selection in the virtual dataset \n"); - /* Get selection in the virttual dataset */ + /* Get selection in the virtual dataset */ vspace = H5Pget_virtual_vspace(dcpl, (size_t)i); if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) { if (H5Sis_regular_hyperslab(vspace)) { diff --git a/examples/h5_vds-percival.c b/examples/h5_vds-percival.c index 9507931..82c8ef4 100644 --- a/examples/h5_vds-percival.c +++ b/examples/h5_vds-percival.c @@ -183,7 +183,7 @@ main(void) for (i = 0; i < (int)num_map; i++) { printf(" Mapping %d \n", i); printf(" Selection in the virtual dataset \n"); - /* Get selection in the virttual dataset */ + /* Get selection in the virtual dataset */ vspace = H5Pget_virtual_vspace(dcpl, (size_t)i); if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) { if (H5Sis_regular_hyperslab(vspace)) { diff --git a/examples/h5_vds-simpleIO.c b/examples/h5_vds-simpleIO.c index cb69645..f516af9 100644 --- a/examples/h5_vds-simpleIO.c +++ b/examples/h5_vds-simpleIO.c @@ -132,7 +132,7 @@ main(void) for (i = 0; i < (int)num_map; i++) { printf(" Mapping %d \n", i); printf(" Selection in the virtual dataset "); - /* Get selection in the virttual dataset */ + /* Get selection in the virtual dataset */ vspace = H5Pget_virtual_vspace(dcpl, (size_t)i); /* Make sure it is ALL selection and then print selection. */ diff --git a/examples/h5_vds.c b/examples/h5_vds.c index 48c6d7d..e02d246 100644 --- a/examples/h5_vds.c +++ b/examples/h5_vds.c @@ -169,7 +169,7 @@ main(void) for (i = 0; i < (int)num_map; i++) { printf(" Mapping %d \n", i); printf(" Selection in the virtual dataset "); - /* Get selection in the virttual dataset */ + /* Get selection in the virtual dataset */ vspace = H5Pget_virtual_vspace(dcpl, (size_t)i); /* Make sure that this is a hyperslab selection and then print information. */ |