From f10e91528b96a2588a321ef33fa65c527b816ccf Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Mon, 7 Oct 2019 03:26:20 -0400 Subject: remaining requests can be 0 if not logged in, would show incorrect throttling message validation dialog could pop even if logged in typos in comments --- src/apiuseraccount.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/apiuseraccount.h') diff --git a/src/apiuseraccount.h b/src/apiuseraccount.h index ea4e8685..ac8931cf 100644 --- a/src/apiuseraccount.h +++ b/src/apiuseraccount.h @@ -51,12 +51,12 @@ struct APIStats /** -* represents a user account on the mod provier website +* represents a user account on the mod provider website */ class APIUserAccount { public: - // when the number of remanining requests is under this number, further + // when the number of remaining requests is under this number, further // requests will be throttled by avoiding non-critical ones static const int ThrottleThreshold = 200; @@ -110,7 +110,7 @@ public: APIUserAccount& name(const QString& name); /** - * sets the acount type + * sets the account type */ APIUserAccount& type(APIUserAccountTypes type); -- cgit v1.3.1