fix typos

This commit is contained in:
Vincent Wei
2020-02-03 22:29:28 +08:00
parent 11872c1288
commit 2a38ea9695
+1 -1
View File
@@ -789,7 +789,7 @@ MG_EXPORT BOOL GUIAPI ClipRgnCopy (PCLIPRGN pDstRgn, const CLIPRGN* pSrcRgn);
* \return TRUE on success, otherwise FALSE.
*
* \note If \a pRgn1 does not intersected with \a pRgn2, the result region
* will be a emgty region.
* will be an emgty region.
*
* \sa EmptyClipRgn, ClipRgnCopy, UnionRegion, SubtractRegion, XorRegion
*/