diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-10-15 18:01:27 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-10-15 18:01:27 (GMT) |
commit | 5464277d0ceb45208d8fc990d1c2b2fd6c0ebe02 (patch) | |
tree | 1fce14c16893663697612a3cca548af2c825b79b /examples/h5_vds-simpleIO.c | |
parent | 3d8b36f6d16b680043f0f49c863ce5c6f0c525e2 (diff) | |
download | hdf5-5464277d0ceb45208d8fc990d1c2b2fd6c0ebe02.zip hdf5-5464277d0ceb45208d8fc990d1c2b2fd6c0ebe02.tar.gz hdf5-5464277d0ceb45208d8fc990d1c2b2fd6c0ebe02.tar.bz2 |
[svn-r28086] fixed spelling
Diffstat (limited to 'examples/h5_vds-simpleIO.c')
-rw-r--r-- | examples/h5_vds-simpleIO.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_vds-simpleIO.c b/examples/h5_vds-simpleIO.c index b707ae4..6b12dc2 100644 --- a/examples/h5_vds-simpleIO.c +++ b/examples/h5_vds-simpleIO.c @@ -3,7 +3,7 @@ This example illustrates the concept of virtual dataset I/O The program creates 2-dim source dataset and writes data to it. Then it creates 2-dim virtual dataset that has - the same dimesnion sizes and maps the all elements of the + the same dimension sizes and maps the all elements of the virtual dataset to all elements of the source dataset. Then VDS is read back. |