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 */