}
} else {
if (drawbomb (boardcomputer, x, y)) {
- displaylogs ("Computer ship hited", wlogs, hlogs, xlogs, ylogs);
+ displaylogs ("Computer ship hitted", wlogs, hlogs, xlogs, ylogs);
}
if (!findlocation (boardcomputer, 1, &x, &y, &orient, " S")) {
VERBOSE (WARNING, fprintf (stderr, "can't position for bomb %d\n", 1));
/* computer turn */
if (drawbomb (boardhuman, -1, -1)) {
- displaylogs ("Humain ship hited", wlogs, hlogs, xlogs, ylogs);
+ displaylogs ("Humain ship hitted", wlogs, hlogs, xlogs, ylogs);
}
if (testsunk (boardhuman)) {
displayboard (boardhuman, xhuman, yhuman, mode, 1);