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:
@@ -76,7 +76,7 @@ with the following additional steps:
|
||||
something as challenging to compile as NetHack before you can
|
||||
already build a Qtopia application for your target device.
|
||||
|
||||
2. If you are cross-compiling (eg. targetting an ARM-based handheld),
|
||||
2. If you are cross-compiling (eg. targeting an ARM-based handheld),
|
||||
be sure to follow the steps for cross-compiling in the Makefile.src
|
||||
and Makefile.utl files.
|
||||
|
||||
|
||||
@@ -4283,7 +4283,7 @@ char NetHackQtYnDialog::Exec()
|
||||
}
|
||||
void NetHackQtYnDialog::keyPressEvent(QKeyEvent* event)
|
||||
{
|
||||
// Don't want QDialog's Return/Esc behaviour
|
||||
// Don't want QDialog's Return/Esc behavior
|
||||
event->ignore();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user