doc: can not -> cannot, etc

This commit is contained in:
Ryan Pavlik 2022-11-09 14:50:43 -06:00
parent 58e4cb6e15
commit f8e58ef6a1
2 changed files with 2 additions and 2 deletions

View file

@ -587,7 +587,7 @@ SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors
copies the FDs to the client.
([!359](https://gitlab.freedesktop.org/monado/monado/merge_requests/359))
- client: When we give a image fd to the either OpenGL or Vulkan it is consumed
and can not be rused. So make sure that it is set to an invalid fd value on the
and cannot be reused. So make sure that it is set to an invalid fd value on the
`xrt_image_fd` on the owning `xrt_swapchain_fd`.
([!359](https://gitlab.freedesktop.org/monado/monado/merge_requests/359))
- main: We were alpha blending all layers previously, but now we support the

View file

@ -1,2 +1,2 @@
Add new IPC session not created error `XRT_ERROR_IPC_SESSION_NOT_CREATED`, as
some functions can not be called without first creating a session.
some functions cannot be called without first creating a session.