From e7f9396807c1574d887d225e6cf3a1c876f2e51b Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 14 Mar 2018 07:58:14 +0800 Subject: [PATCH] Fix a typo in send-presence.c (#144) --- examples/send-presence/send-presence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/send-presence/send-presence.c b/examples/send-presence/send-presence.c index 8eef032..e4356e9 100644 --- a/examples/send-presence/send-presence.c +++ b/examples/send-presence/send-presence.c @@ -1,5 +1,5 @@ /* - This is a simple example in C of using the rich presence API asyncronously. + This is a simple example in C of using the rich presence API asynchronously. */ #define _CRT_SECURE_NO_WARNINGS /* thanks Microsoft */