From 9090d150b04095c7f4aaf2dbfba45e1452cef4dd Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:04:51 +0200 Subject: [PATCH] Batch commit spelling corrections Co-authored-by: Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com> --- core/include/area_data.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/include/area_data.h b/core/include/area_data.h index d9b283f..3735132 100644 --- a/core/include/area_data.h +++ b/core/include/area_data.h @@ -881,28 +881,28 @@ class AreaData : public QObject QVector joinedIDs() const; /** - * @brief Returns whatever a game message may be broadcasted or not. + * @brief Returns whether a game message may be broadcasted or not. * * @return True if expired; false otherwise. */ bool isMessageAllowed() const; /** - * @brief Returns whatever a wtce packet may be broadcasted or not. + * @brief Returns whether testimony animation packets may be broadcasted or not. * * @return True if permitted, false otherwise. */ bool isWtceAllowed() const; /** - * @brief Returns wether a shout can be used in the area. + * @brief Returns whether a shout can be used in the area. * * @return True if permitted, false otherwise. */ bool isShoutAllowed() const; /** - * @brief Starts a timer that determines whatever a game message may be broadcasted or not. + * @brief Starts a timer that determines whether a game message may be broadcasted or not. * * @param f_duration The duration of the message floodguard timer. */