Skip to content

Commit 8b39e13

Browse files
committed
Spelling fix
1 parent 6253b39 commit 8b39e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emhaplofreq/emhaplofreq_LDfix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ int main_proc(FILE *fp_out, char (*data_ar)[MAX_COLS][NAME_LEN], int n_loci,
449449
permute_alleles(data_ar, n_loci, n_recs);
450450

451451
/* initialize values for first obs from last permu */
452-
/* values for subsequent obs do not need inititialization */
452+
/* values for subsequent obs do not need initialization */
453453
strcpy(pheno[0], "\0");
454454
for (i = 0; i < (int)pow(2, n_loci - 1); i++) {
455455
strcpy(geno[i][0], "\0");

0 commit comments

Comments
 (0)