Skip to content

Commit

Permalink
fixed a typp
Browse files Browse the repository at this point in the history
  • Loading branch information
stamatak committed Nov 2, 2016
1 parent 5d9558a commit 42c79dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axml.c
Expand Up @@ -4882,11 +4882,11 @@ static void printMinusFUsage(void)

printf(" \"-f F\": execute fast experimental tree search, at present only for testing\n");

printf(" \"-f g\": compute per site log Likelihoods for one ore more trees passed via\n");
printf(" \"-f g\": compute per site log Likelihoods for one or more trees passed via\n");
printf(" \"-z\" and write them to a file that can be read by CONSEL\n");
printf(" The model parameters will be estimated on the first tree only!\n");

printf(" \"-f G\": compute per site log Likelihoods for one ore more trees passed via\n");
printf(" \"-f G\": compute per site log Likelihoods for one or more trees passed via\n");
printf(" \"-z\" and write them to a file that can be read by CONSEL.\n");
printf(" The model parameters will be re-estimated for each tree\n");

Expand Down

2 comments on commit 42c79dc

@josephwb
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message for your typo fix contains a typo 😜

@stamatak
Copy link
Owner Author

@stamatak stamatak commented on 42c79dc Nov 3, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.