some spelling corrections
The pull request included some changes that were neither accidental nor unintentional, so only a subset of the changes from pull request #869 submitted by klorpa were manually applied. behaviour -> behavior speach -> speech knowlege -> knowledge incrments -> increments stethscope -> stethoscope staiway -> stairway arifact -> artifact extracing -> extracting The uses of "iff" were left alone. Close #869
This commit is contained in:
@@ -5297,7 +5297,7 @@ untrap(
|
||||
}
|
||||
}
|
||||
|
||||
/* for magic unlocking; returns true if targetted monster (which might
|
||||
/* for magic unlocking; returns true if targeted monster (which might
|
||||
be hero) gets untrapped; the trap remains intact */
|
||||
boolean
|
||||
openholdingtrap(
|
||||
@@ -5389,7 +5389,7 @@ openholdingtrap(
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* for magic locking; returns true if targetted monster (which might
|
||||
/* for magic locking; returns true if targeted monster (which might
|
||||
be hero) gets hit by a trap (might avoid actually becoming trapped) */
|
||||
boolean
|
||||
closeholdingtrap(
|
||||
@@ -5430,7 +5430,7 @@ closeholdingtrap(
|
||||
return result;
|
||||
}
|
||||
|
||||
/* for magic unlocking; returns true if targetted monster (which might
|
||||
/* for magic unlocking; returns true if targeted monster (which might
|
||||
be hero) gets hit by a trap (target might avoid its effect) */
|
||||
boolean
|
||||
openfallingtrap(
|
||||
|
||||
Reference in New Issue
Block a user