Spelling corrections

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-07-30 16:49:03 +02:00
parent 644817993b
commit e6ce36df64
20 changed files with 30 additions and 30 deletions

View file

@ -109,7 +109,7 @@ anti(void)
sect.sct_che_target = 0;
sect.sct_che = ache;
putsect(&sect);
pr(" Body count: Military %d - Guerillas %d.\n",
pr(" Body count: Military %d - Guerrillas %d.\n",
milkilled, chekilled);
if (ache == 0) {
pr(" Partisans cleared out of this sector for now.\n");
@ -147,7 +147,7 @@ anti(void)
xyas(nstr.x, nstr.y, sect.sct_oldown));
}
} else {
pr(" Body count: Military 0 - Guerillas 0.\n");
pr(" Body count: Military 0 - Guerrillas 0.\n");
pr(" Partisans cleared out of this sector for now.\n");
}
}

View file

@ -132,7 +132,7 @@ budg(void)
pr("Estimated new treasury%s\n",
dotsprintf(buf, "%50d", np->nat_money + income - expenses));
if (np->nat_money + income - expenses < 0 && !player->god) {
pr("After processsing sectors, you will be broke!\n");
pr("After processing sectors, you will be broke!\n");
pr("Sectors will not produce, distribute, or deliver!\n\n");
}

View file

@ -254,7 +254,7 @@ loan_accept(struct ltcomstr *ltcp)
}
/*
* Declne a loan. Return RET_OK on success, anything else on error.
* Decline a loan. Return RET_OK on success, anything else on error.
*/
static int
loan_decline(struct ltcomstr *ltcp)

View file

@ -455,7 +455,7 @@ edit_sect_i(struct sctstr *sect, char *key, int arg)
break;
case 'x':
new = LIMIT_TO(arg, 0, CHE_MAX);
divine_sct_change_quiet(sect, "Guerillas", new != sect->sct_che,
divine_sct_change_quiet(sect, "Guerrillas", new != sect->sct_che,
"from %d to %d", sect->sct_che, new);
sect->sct_che = new;
break;

View file

@ -156,7 +156,7 @@ head_describe(struct histstr *hp, int what, char *aname, char *vname)
break;
case 1:
if (hp->h_recent < -16)
pr("%s agression against %s has lessened slightly",
pr("%s aggression against %s has lessened slightly",
aname, vname);
else
pr("Peace talks may occur between %s & %s", aname, vname);

View file

@ -88,7 +88,7 @@ laun(void)
}
if (opt_MARKET) {
if (ontradingblock(EF_PLANE, &plane)) {
pr("plane #%d inelligible - it's for sale.\n",
pr("plane #%d ineligible - it's for sale.\n",
plane.pln_uid);
continue;
}

View file

@ -31,8 +31,8 @@
*/
/*
* Read and write onto io queues. Note that
* the io queues don't actually do any writing;
* Read and write onto I/O queues. Note that
* the I/O queues don't actually do any writing;
* that is left for a higher level.
*/
@ -321,7 +321,7 @@ appendcc(struct ioqueue *ioq, char *buf, int cc)
/*
* remove cc bytes from ioqueue ioq
* free memory, dequeue io elements
* free memory, dequeue I/O elements
* which are no longer used.
*/
static int

View file

@ -185,7 +185,7 @@ struct rptstr rpt[] = {
"ground troops hit by missile" } },
{ N_AWON_SECT, -4, N_FRONT, { "navy secures a beachhead on %s territory",
"sailors take a coastal sector from %s" } },
{ N_PWON_SECT, -4, N_FRONT, { "paratroopers comandeer a sector from %s",
{ N_PWON_SECT, -4, N_FRONT, { "paratroopers commandeer a sector from %s",
"air force parachutists overwhelm a %s sector" } },
{ N_PARA_UNOCC, 0, N_COLONY,{ "parachutists grab unoccupied land",
"paratroopers break new ground" } },

View file

@ -89,7 +89,7 @@ caploss(struct sctstr *sp, natid coun, char *msg)
if (loan.l_status == LS_SIGNED && loan.l_loner == coun) {
loan.l_loner = player->cnum;
putloan(loan_num, &loan);
pr("Loan %d has been transfered over to you\n", loan_num);
pr("Loan %d has been transferred over to you\n", loan_num);
}
}
}

View file

@ -581,7 +581,7 @@ pln_sel(struct nstr_item *ni, struct emp_qelem *list, struct sctstr *ap,
continue;
if (opt_MARKET) {
if (ontradingblock(EF_PLANE, &plane)) {
pr("plane #%d inelligible - it's for sale.\n",
pr("plane #%d ineligible - it's for sale.\n",
plane.pln_uid);
continue;
}

View file

@ -273,7 +273,7 @@ show_ship_capab(int tlev)
int i;
struct mchrstr *mp;
pr("%25s cargos & capabilities\n", "");
pr("%25s cargoes & capabilities\n", "");
for (i = 0; i < n; i++) {
mp = &mchr[chridx[i].type];
pr("%-25.25s ", mp->m_name);
@ -546,7 +546,7 @@ show_news(int tlev)
int i, j;
pr("id category good will\n");
pr(" messsages\n");
pr(" messages\n");
for (i = 1; i < N_MAX_VERB + 1; i++) {
if (rpt[i].r_newspage == N_NOTUSED)

View file

@ -221,8 +221,8 @@ w32_socket(int domain, int type, int protocol)
SOCKET sock;
/*
* We have to use WSASocket() to create non-overlapped IO sockets.
* Overlapped IO sockets cannot be used with read/write.
* We have to use WSASocket() to create non-overlapped I/O sockets.
* Overlapped I/O sockets cannot be used with read/write.
*/
sock = WSASocket(domain, type, protocol, NULL, 0, 0);
if (sock == INVALID_SOCKET) {

View file

@ -237,7 +237,7 @@ main(int argc, char *argv[])
qprint("\ntry #%d (out of %d)...\n", i + 1, NUMTRIES);
qprint("placing capitals...\n");
if (!drift())
qprint("fairland: unstable drift -- try increasisg DRIFT_MAX\n");
qprint("fairland: unstable drift -- try increasing DRIFT_MAX\n");
qprint("growing continents...\n");
grow_continents();
} while (fl_status && ++i < NUMTRIES);