Skip to content

Commit bd455b8

Browse files
committed
typo
1 parent cec24c8 commit bd455b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Discord Rich Presence Plugin shows your current playing track on your Discord st
44
![image](https://user-images.githubusercontent.com/6359901/37570313-94e681fa-2aee-11e8-8b65-cd786c999a0f.png)
55

66
## Configuration
7-
Plugin connects with Discord through Discord Rich Prensence API, no further authentication is needed.
7+
Plugin connects with Discord through Discord Rich Presence API, no further authentication is needed.
88
You can configure displayed information through plugin settings:
99

1010
![image](https://user-images.githubusercontent.com/6359901/37570322-c8a79236-2aee-11e8-875f-ba317ded6b25.png)

discord_presence.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ DB_misc_t plugin = {
275275
.plugin.id = "discord_presence",
276276
.plugin.name ="Discord Rich Presence Plugin",
277277
.plugin.descr = "Discord Rich Presence Plugin shows your current playing track on your Discord status.\n"
278-
"It connects with Discord through Discord Rich Prensence API, no further authentication is needed.\n"
278+
"It connects with Discord through Discord Rich Presence API, no further authentication is needed.\n"
279279
"You can configure displayed information through plugin settings.\n"
280280
"For more information about title formatting please visit:\n"
281281
"https://github.com/DeaDBeeF-Player/deadbeef/wiki/Title-formatting-2.0",

0 commit comments

Comments
 (0)