summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-10-15 18:01:27 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-10-15 18:01:27 (GMT)
commit5464277d0ceb45208d8fc990d1c2b2fd6c0ebe02 (patch)
tree1fce14c16893663697612a3cca548af2c825b79b /examples
parent3d8b36f6d16b680043f0f49c863ce5c6f0c525e2 (diff)
downloadhdf5-5464277d0ceb45208d8fc990d1c2b2fd6c0ebe02.zip
hdf5-5464277d0ceb45208d8fc990d1c2b2fd6c0ebe02.tar.gz
hdf5-5464277d0ceb45208d8fc990d1c2b2fd6c0ebe02.tar.bz2
[svn-r28086] fixed spelling
Diffstat (limited to 'examples')
-rw-r--r--examples/h5_vds-simpleIO.c2
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.