summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds-simpleIO.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_vds-simpleIO.c')
-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.