We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db485d commit 0e02c90Copy full SHA for 0e02c90
2 files changed
libtiledbvcf/src/dataset/tiledbvcfdataset.h
@@ -293,7 +293,7 @@ class TileDBVCFDataset {
293
};
294
295
/**
296
- * Gets sample names in the order their heaeders are returned by the
+ * Gets sample names in the order their headers are returned by the
297
* TileDB header array query.
298
*
299
* @return A vector containing the ordered sample names
libtiledbvcf/src/read/pvcf_exporter.h
@@ -40,7 +40,7 @@ class PVCFExporter : public Exporter {
40
41
~PVCFExporter();
42
43
- void init(const TileDBVCFDataset::SampleHeaders& heaeders);
+ void init(const TileDBVCFDataset::SampleHeaders& headers);
44
45
void reset() override;
46
0 commit comments