The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt: Fix codespell errors.

authored by

Rylie Pavlik and committed by
Simon Zeni
3e744131 60996cd9

+2 -2
+2 -2
src/xrt/include/xrt/xrt_session.h
··· 50 50 //! The session has been lost. 51 51 XRT_SESSION_EVENT_LOST = 4, 52 52 53 - //! The referesh rate of session (compositor) has changed. 53 + //! The refresh rate of session (compositor) has changed. 54 54 XRT_SESSION_EVENT_DISPLAY_REFRESH_RATE_CHANGE = 5, 55 55 56 56 //! A reference space for this session has a pending change. ··· 225 225 * The XRT representation of `XrSession`, this object does not have all of the 226 226 * functionality of a session, most are partitioned to the session level 227 227 * compositor object. Often this is @ref xrt_compositor_native, note that 228 - * interface may also be a system level object depending in implementor. 228 + * interface may also be a system level object depending in implementer. 229 229 * 230 230 * @ingroup xrt_iface 231 231 */