Skip to content

Commit

Permalink
Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster authored Jan 12, 2025
1 parent 580f041 commit dc449a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emhaplofreq/emhaplofreq_LDfix.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ int main_proc(FILE *fp_out, char (*data_ar)[MAX_COLS][NAME_LEN], int n_loci,
permute_alleles(data_ar, n_loci, n_recs);

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

0 comments on commit dc449a9

Please sign in to comment.