Skip to content

Commit

Permalink
Fix two typos
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz authored and mennthor committed Dec 16, 2021
1 parent 0082489 commit 19b87e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tables/hdf5extension.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ cdef extern from "H5VLARRAY.h" nogil:
herr_t H5VLARRAYmake( hid_t loc_id, char *dset_name, char *obversion,
int rank, hsize_t *dims, hid_t type_id,
hsize_t chunk_size, void *fill_data, int complevel,
char *complib, int shuffle, int flecther32,
char *complib, int shuffle, int fletcher32,
hbool_t track_times, void *data)

herr_t H5VLARRAYappend_records( hid_t dataset_id, hid_t type_id,
Expand Down
2 changes: 1 addition & 1 deletion tables/tests/test_vlarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def populateFile(self):
fletcher32=self.fletcher32)
vlarray = self.h5file.create_vlarray(group, 'vlarray1',
atom=tb.Int32Atom(),
title="ragged array if ints",
title="ragged array of ints",
filters=filters,
expectedrows=1000)
vlarray.flavor = self.flavor
Expand Down

0 comments on commit 19b87e9

Please sign in to comment.