trivial grammar fix

This commit is contained in:
fyodor 2007-03-16 08:47:13 +00:00
parent fa2f4720cd
commit 94b77b4980
2 changed files with 2 additions and 2 deletions

View file

@ -1525,7 +1525,7 @@ o.current_scantype = OS_SCAN;
if (target->FPR1->numFPs > 1 && target->FPR1->overall_results == OSSCAN_SUCCESS &&
target->FPR1->accuracy[0] == 1.0) {
if (o.verbose) error("WARNING: OS didn't match until the try #%d", target->FPR1->numFPs);
if (o.verbose) error("WARNING: OS didn't match until try #%d", target->FPR1->numFPs);
}
target->FPR1->goodFP = bestaccidx;

View file

@ -3661,7 +3661,7 @@ static void endRound(OsScanInfo *OSI, HostOsScan *HOS, int roundNum) {
hsi->FP_matches[roundNum].num_perfect_matches > 0) {
memcpy(&(hsi->target->seq), &hsi->hss->si, sizeof(struct seq_info));
if (roundNum > 0) {
if(o.verbose) error("WARNING: OS didn't match until the try #%d", roundNum + 1);
if(o.verbose) error("WARNING: OS didn't match until try #%d", roundNum + 1);
}
hsi->target->FPR->goodFP = roundNum;
match_fingerprint(hsi->target->FPR->FPs[roundNum], hsi->target->FPR,