Fix a typo in send-presence.c (#144)

This commit is contained in:
Felix Yan 2018-03-14 07:58:14 +08:00 committed by Mason Sciotti
parent ad0b844672
commit e7f9396807

View file

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