From f05a7a12f9b4a95861b2a4c4009b9921c573be82 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 14 Mar 2018 07:24:33 +0800 Subject: [PATCH] Fix a typo in send-presence.c --- 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 */