Skip to content

Commit

Permalink
Fixed more spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Oct 6, 2023
1 parent e9ba9d7 commit bc9b90c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion hdf/test/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ main(int argc, char *argv[])

MESSAGE(6, printf("Starting buffered element test (elemsize=%d)\n", elemsize);)

if (Cache) /* turn on caching, unless we were instucted not to */
if (Cache) /* turn on caching, unless we were instructed not to */
Hcache(CACHE_ALL_FILES, TRUE);

/* fill the buffer with interesting data to compress */
Expand Down
4 changes: 2 additions & 2 deletions hdf/test/chunks.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* The rest of he data should contain fill values.
*
* 3. Create a new element but now there will be partial chunks
* because chunk lengths are not an even multiple of dimesion lengths.
* because chunk lengths are not an even multiple of dimension lengths.
* Set dimension to 4x4 array with 4 chunks where each chunk is
* 3x2 = 6 bytes. Real data size is 16 bytes, size with chunks is
* 6 bytes x 4 chunks = 24 bytes
Expand Down Expand Up @@ -483,7 +483,7 @@ test_chunks(void)

/*
3. Create a new element but now there will be partial chunks
because chunk lengths are not an even multiple of dimesion lengths.
because chunk lengths are not an even multiple of dimension lengths.
Set dimension to 4x4 array with 4 chunks where each chunk is 3x2 = 6 bytes.
Real data size is 16 bytes, size with chunks is
6 bytes x 4 chunks = 24 bytes
Expand Down
2 changes: 1 addition & 1 deletion hdf/test/egfhi.f
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ program HIGHLEVEL
subroutine DOIT

c Remove this fortran directive if your compiler doesn't support it.
c It forces an error message whenever a variable is not decalred.
c It forces an error message whenever a variable is not declared.

IMPLICIT NONE

Expand Down
2 changes: 1 addition & 1 deletion hdf/test/testhdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ main(int argc, char *argv[])
} /* end if */
} /* end for */

if (Cache) /* turn on caching, unless we were instucted not to */
if (Cache) /* turn on caching, unless we were instructed not to */
Hcache(CACHE_ALL_FILES, TRUE);

for (Loop = 0; Loop < Index; Loop++) {
Expand Down
6 changes: 3 additions & 3 deletions release_notes/misc_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1499,12 +1499,12 @@ Fortran: afend(an_id)

/* ------------------------------ ANcreate ----------------------------
NAME
ANcreate - create a new data annotation and return an id
ANcreate - create a new data annotation for the specified item
USAGE
int32 ANcreate(an_id, tag, ref, type )
int32 an_id; IN: annotation interface ID
uint16 tag; IN: tag of item to be assigned annotation
uint16 ref; IN: reference number of itme to be assigned ann
uint16 tag; IN: tag of the item
uint16 ref; IN: reference number of the item
ann_type type: IN: AN_DATA_LABEL for data labels,
AN_DATA_DESC for data descriptions,
RETURNS
Expand Down

0 comments on commit bc9b90c

Please sign in to comment.