···470470 ([!2086](https://gitlab.freedesktop.org/monado/monado/merge_requests/2086))
471471 - The runtime name is now picked up from the CMake project description.
472472 ([!2089](https://gitlab.freedesktop.org/monado/monado/merge_requests/2089))
473473- - Add `xrt_device::ref_space_usage` function to let a `xrt_device` know if a
473473+ - Add `xrt_device::ref_space_usage` function to let an `xrt_device` know if a
474474 reference it's powering is being used or not by any client.
475475 ([!2091](https://gitlab.freedesktop.org/monado/monado/merge_requests/2091),
476476 [!2107](https://gitlab.freedesktop.org/monado/monado/merge_requests/2107))
···29782978 - OpenXR: Correctly ensure that the application has called the required get
29792979 graphics requirements function when creating a session.
29802980 ([!359](https://gitlab.freedesktop.org/monado/monado/merge_requests/359))
29812981- - OpenXR: When a `XrSession` is destroyed purge the event queue of any events
29812981+ - OpenXR: When an `XrSession` is destroyed purge the event queue of any events
29822982 that
29832983 references to it so that no events gets delivered to the applications with
29842984 stales handles.
+1-1
doc/design-spaces.md
···3030* Where do space events come from?
3131 * **UNRESOLVED:** Probably will come from the space overseer.
3232* Do we map all spaces one to one, like the each `XrSpace` with an offset gets
3333- backed with a `xrt_space`. There is going to be a limit on spaces from the
3333+ backed with an `xrt_space`. There is going to be a limit on spaces from the
3434 point of view of the IPC layer, do we create some of them locally?
3535 * **RESOLVED:** While you can create a offset `xrt_space`, the offsets from
3636 from the `XrSpace`s are not expressed as an `xrt_space` this is to reduce