Skip to content

Commit

Permalink
Spelling fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Oct 12, 2023
1 parent cbe9e81 commit 8b7b907
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
skip: ./.github/workflows/codespell.yml,./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE,./config/sanitizer/sanitizers.cmake,./tools/test/h5repack/testfiles/*.dat,./test/API/driver,./configure,./bin/ltmain.sh,./bin/depcomp,./bin/config.guess,./bin/config.sub,./autom4te.cache,./m4/libtool.m4,./c++/src/*.html
ignore_words_list: ot,isnt,inout,nd,parms,parm,ba,offsetP,ser,ois,had,fiter,fo,clude,refere,minnum,offsetp,creat,ans:,eiter,lastr,ans,isn't,ifset,sur,trun,dne,tthe,hda,filname,te,htmp,ake,gord,numer,ro,oce,msdos,./HDF5Examples/depcomp
skip: ./.github/workflows/codespell.yml,./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE,./config/sanitizer/sanitizers.cmake,./tools/test/h5repack/testfiles/*.dat,./test/API/driver,./configure,./bin/ltmain.sh,./bin/depcomp,./bin/config.guess,./bin/config.sub,./autom4te.cache,./m4/libtool.m4,./c++/src/*.html,./HDF5Examples/depcomp
ignore_words_list: ot,isnt,inout,nd,parms,parm,ba,offsetP,ser,ois,had,fiter,fo,clude,refere,minnum,offsetp,creat,ans:,eiter,lastr,ans,isn't,ifset,sur,trun,dne,tthe,hda,filname,te,htmp,ake,gord,numer,ro,oce,msdos
2 changes: 1 addition & 1 deletion HDF5Examples/C/H5D/16/h5ex_d_fillval.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ main(void)
int wdata[DIM0][DIM1], /* Write buffer */
rdata[DIM0][DIM1], /* Read buffer */
rdata2[EDIM0][EDIM1], /* Read buffer for
extenstion */
extension */
fillval, i, j;

/*
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_alloc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
! to the datasets, and again displays whether each has been
! allocated and their allocation size.
!
! this file is intended for use with hdf5 library verion 1.8
! this file is intended for use with hdf5 library version 1.8
!
! ***********************************************************

Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_checksum.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
! outputs the type of filter and the maximum value in the
! dataset to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
! *************************************************************
PROGRAM main
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_chunk.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
! using a different hyperslab selection, and outputs
! the result to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
! ************************************************************

Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_compact.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
! closes the file. Next, it reopens the file, reads back
! the data, and outputs it to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
! ************************************************************

Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_fillval.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
! screen. Finally it extends the dataset, reads from it,
! and outputs the result to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
! ************************************************************/
PROGRAM main
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_gzip.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
! back the data, and outputs the type of compression and the
! maximum value in the dataset to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
! ************************************************************
PROGRAM main
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_hyper.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
! different hyperslab selection, and outputs the result to
! the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
! ************************************************************/
PROGRAM main
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_nbit.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
! outputs the type of filter and the maximum value in the
! dataset to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
! ************************************************************

Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_rdwr.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
! file. Next, it reopens the file, reads back the data, and
! outputs it to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
! ************************************************************

Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_rdwr_kind.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
! then closes the file. Next, it reopens the file, reads back
! the data, and outputs it to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
! with --enable-fortran2003
!
! ************************************************************
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_rdwr_kind_F03.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
! then closes the file. Next, it reopens the file, reads back
! the data, and outputs it to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
! with --enable-fortran2003
!
! ************************************************************
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_soint.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
! data, and outputs the type of filter and the maximum value
! in the dataset to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
!************************************************************
PROGRAM main
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_szip.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
! outputs the type of compression and the maximum value in
! the dataset to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
!************************************************************
PROGRAM main
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5D/h5ex_d_transform.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
! data using the transform expression RTRANSFORM and outputs
! the results to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
!************************************************************
PROGRAM main
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5G/h5ex_g_compact.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
! displaying the file size of each. Both files have one
! empty group in the root group.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
!************************************************************

Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5G/h5ex_g_phase.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
! This example shows how to set the conditions for
! conversion between compact and dense (indexed) groups.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
!
!************************************************************
PROGRAM main
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5T/h5ex_t_regref_F03.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
! dereferences the references, and outputs the referenced
! regions to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
! with --enable-fortran2003
!
!************************************************************
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/H5T/h5ex_t_stringCatt_F03.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
! Next, it reopens the file, reads back the data, and
! outputs it to the screen.
!
! This file is intended for use with HDF5 Library verion 1.8
! This file is intended for use with HDF5 Library version 1.8
! with --enable-fortran2003
!
!************************************************************
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ HDF5 Examples

*Please refer to the Using_CMake.txt or Using_Autotools.txt file for installation instructions.*

This repository contains a high-performance library's example code that demostrate the HDF5® data
This repository contains a high-performance library's example code that demonstrate the HDF5® data
model API. The HDF5® data model has been adopted across
many industries and this implementation has become a de facto data management standard
in science, engineering, and research communities worldwide.
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/config/cmake/UseJava.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ function (create_javah)
"CLASSES;CLASSPATH;DEPENDS"
${ARGN})

# ckeck parameters
# check parameters
if (NOT _create_javah_TARGET AND NOT _create_javah_GENERATED_FILES)
message (FATAL_ERROR "create_javah: TARGET or GENERATED_FILES must be specified.")
endif()
Expand Down

0 comments on commit 8b7b907

Please sign in to comment.