common: Fix typo

This commit is contained in:
JunsuChoi 2021-10-19 15:49:50 +09:00 committed by Hermet Park
parent e6f8aa1379
commit fe35f69530

View file

@ -153,7 +153,7 @@ enum class TVG_EXPORT CompositeMethod
};
/**
* @brief Enumeration specifying the engine type used for the graphics backend. For multiple backeneds bitwise operation is allowed.
* @brief Enumeration specifying the engine type used for the graphics backend. For multiple backends bitwise operation is allowed.
*/
enum class TVG_EXPORT CanvasEngine
{