Correct spelling as one word and as two words

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-08-05 18:29:36 +02:00
parent b6bfc14ab2
commit c5a2d136ec
18 changed files with 115 additions and 115 deletions

View file

@ -161,7 +161,7 @@ torp(void)
range = mapdist(sub.shp_x, sub.shp_y, vship.shp_x, vship.shp_y);
hitchance = shp_torp_hitchance(&sub, range);
if (range <= erange) {
pr("Hitchance = %.0f%%\n", hitchance * 100);
pr("Hit chance = %.0f%%\n", hitchance * 100);
}
if (range > erange)
pr("Out of range\n");