From d0c22ee87949904a8a75350db12c9746d5b896a7 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:06:23 +0200 Subject: [PATCH] Missed one Co-authored-by: Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com> --- core/include/discord.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/discord.h b/core/include/discord.h index 56dc3c0..92fd894 100644 --- a/core/include/discord.h +++ b/core/include/discord.h @@ -44,7 +44,7 @@ class Discord : public QObject /** * @brief Deconstructor for the Discord class. * - * @details Marks the nam to be deleted later. + * @details Marks the network access manager to be deleted later. */ ~Discord();