summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2019-02-23 23:49:55 +0000
committerTillmann Karras <tilkax@gmail.com>2019-02-25 19:31:49 +0000
commit8b330e1ca354d868ed9ea25eced900495d20fdf7 (patch)
tree64db8b01e802afe907077085b66b952babe92700 /Source/Core
parentde3c8fee223deed10eebc3d0949bb82da8e07f69 (diff)
Discord: fix typo
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/UICommon/DiscordPresence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/UICommon/DiscordPresence.cpp b/Source/Core/UICommon/DiscordPresence.cpp
index dcaf8906c5..93aa2b47ed 100644
--- a/Source/Core/UICommon/DiscordPresence.cpp
+++ b/Source/Core/UICommon/DiscordPresence.cpp
@@ -189,7 +189,7 @@ void Init()
handlers.ready = HandleDiscordReady;
handlers.joinRequest = HandleDiscordJoinRequest;
handlers.joinGame = HandleDiscordJoin;
- // The number is the client ID for Dolphin, it's used for images and the appication name
+ // The number is the client ID for Dolphin, it's used for images and the application name
Discord_Initialize("455712169795780630", &handlers, 1, nullptr);
UpdateDiscordPresence();
#endif