spelling fixes (#1561)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -923,7 +923,7 @@ out:
|
||||
/*-------------------------------------------------------------------------
|
||||
* Function: Test_Extlink_Copy
|
||||
*
|
||||
* Purpose: gerenate external link files
|
||||
* Purpose: generate external link files
|
||||
*
|
||||
*------------------------------------------------------------------------*/
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user