Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmartins committed Jan 31, 2013
1 parent 26b2c6a commit d277576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_freq.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main(int argc, char ** argv) {

freqs = twobit_base_frequencies(tb, name);

printf("%s base frequencies (ACTG):", name);
printf("%s base frequencies (ACGT):", name);
for (i = 0; i < 4; ++i)
printf(" %g", freqs[i]);
putc('\n', stdout);
Expand Down

0 comments on commit d277576

Please sign in to comment.