comp: Codespell fixes.

This commit is contained in:
Ryan Pavlik 2020-03-31 11:24:22 -05:00
parent ba3b220ad2
commit 128abac9e8
3 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ struct client_gl_xlib_compositor
};
/*!
* Convinence function to convert a xrt_compositor to a
* Convenience function to convert a xrt_compositor to a
* client_gl_xlib_compositor.
*
* @ingroup comp_client

View file

@ -62,7 +62,7 @@ struct client_vk_compositor
*/
/*!
* Convinence function to convert a xrt_swapchain to a client_vk_swapchain.
* Convenience function to convert a xrt_swapchain to a client_vk_swapchain.
*
* @ingroup comp_client
*/
@ -73,7 +73,7 @@ client_vk_swapchain(struct xrt_swapchain *xsc)
}
/*!
* Convinence function to convert a xrt_compositor to a client_vk_compositor.
* Convenience function to convert a xrt_compositor to a client_vk_compositor.
*
* @ingroup comp_client
*/

View file

@ -162,7 +162,7 @@ struct comp_compositor
*/
/*!
* Convinence function to convert a xrt_swapchain to a comp_swapchain.
* Convenience function to convert a xrt_swapchain to a comp_swapchain.
*
* @ingroup comp_main
*/
@ -173,7 +173,7 @@ comp_swapchain(struct xrt_swapchain *xsc)
}
/*!
* Convinence function to convert a xrt_compositor to a comp_compositor.
* Convenience function to convert a xrt_compositor to a comp_compositor.
*
* @ingroup comp_main
*/