some comment spelling fixes
This commit is contained in:
@@ -544,7 +544,7 @@ reset_justpicked(struct obj *olist)
|
||||
{
|
||||
struct obj *otmp;
|
||||
/*
|
||||
* TODO? Possible enchancement: don't reset if hero is still at same
|
||||
* TODO? Possible enhancement: don't reset if hero is still at same
|
||||
* spot where most recent pickup took place. Not resetting will be
|
||||
* the correct behavior for autopickup immediately followed by manual
|
||||
* pickup. It would probably be correct for either or both pickups
|
||||
@@ -2817,7 +2817,7 @@ use_container(
|
||||
You("owe %ld %s for lost merchandise.", loss, currency(loss));
|
||||
gc.current_container->owt = weight(gc.current_container);
|
||||
}
|
||||
/* might put something in if carring anything other than just the
|
||||
/* might put something in if carrying anything other than just the
|
||||
container itself (invent is not the container or has a next object) */
|
||||
inokay = (gi.invent != 0 && (gi.invent != gc.current_container
|
||||
|| gi.invent->nobj));
|
||||
@@ -2845,7 +2845,7 @@ use_container(
|
||||
* include the next container choice ('n') when
|
||||
* relevant, and make it the default;
|
||||
* always include the quit choice ('q'), and make
|
||||
* it the default if there's no next containter;
|
||||
* it the default if there's no next container;
|
||||
* include the help choice (" or ?") if `cmdassist'
|
||||
* run-time option is set;
|
||||
* (Player can pick any of (o,i,b,r,n,s,?) even when
|
||||
|
||||
Reference in New Issue
Block a user