Skip to content

Commit 0e02c90

Browse files
committed
Fixed misspellings of "headers"
1 parent 4db485d commit 0e02c90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libtiledbvcf/src/dataset/tiledbvcfdataset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class TileDBVCFDataset {
293293
};
294294

295295
/**
296-
* Gets sample names in the order their heaeders are returned by the
296+
* Gets sample names in the order their headers are returned by the
297297
* TileDB header array query.
298298
*
299299
* @return A vector containing the ordered sample names

libtiledbvcf/src/read/pvcf_exporter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class PVCFExporter : public Exporter {
4040

4141
~PVCFExporter();
4242

43-
void init(const TileDBVCFDataset::SampleHeaders& heaeders);
43+
void init(const TileDBVCFDataset::SampleHeaders& headers);
4444

4545
void reset() override;
4646

0 commit comments

Comments
 (0)