diff options
author | Oliver Galvin <odg@riseup.net> | 2020-06-18 10:34:26 +0100 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2020-06-18 12:19:44 -0500 |
commit | 7b3881ae11275d34512d60456ad75eb3cd977df6 (patch) | |
tree | 05f29b1c506c4d05e5cf2a2e5ea2f0dd6f140866 /quacker | |
parent | 82ec129c63e8287017c9321a8a5a54e5d52a921d (diff) |
A few miscellaneous typo fixes
Diffstat (limited to 'quacker')
-rw-r--r-- | quacker/quacker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/quacker.h b/quacker/quacker.h index b56b91b..c33de29 100644 --- a/quacker/quacker.h +++ b/quacker/quacker.h @@ -174,7 +174,7 @@ protected slots: // handle an overdraw void overdraw(); - void statusMessage(const QString &mesage); + void statusMessage(const QString &message); // set game's candidate to move and update views void setCandidateMove(const Quackle::Move &move, bool *carryOnPtr = nullptr); |