spelling fixes (#1561)

This commit is contained in:
Scot Breitenfeld
2022-03-31 10:42:30 -05:00
committed by GitHub
parent 870ee8feee
commit e8ea850004
21 changed files with 25 additions and 25 deletions

View File

@@ -2522,7 +2522,7 @@ done:
* were borrowed from the GNU less(1).
*
* Return: Success: Number of columns.
* Failure: Some default number of columms.
* Failure: Some default number of columns.
*-------------------------------------------------------------------------
*/
static int

View File

@@ -1736,7 +1736,7 @@ main(int argc, char *argv[])
warn_msg("Unable to retrieve file size\n");
HDassert(iter.filesize != 0);
/* Get storge info for file-level structures */
/* Get storage info for file-level structures */
if (H5Fget_info2(fid, &finfo) < 0)
warn_msg("Unable to retrieve file info\n");
else {

View File

@@ -923,7 +923,7 @@ out:
/*-------------------------------------------------------------------------
* Function: Test_Extlink_Copy
*
* Purpose: gerenate external link files
* Purpose: generate external link files
*
*------------------------------------------------------------------------*/
static void