diff options
Diffstat (limited to 'find-modules/FindWayland.cmake')
-rw-r--r-- | find-modules/FindWayland.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/find-modules/FindWayland.cmake b/find-modules/FindWayland.cmake index c5a56c16..233cc88d 100644 --- a/find-modules/FindWayland.cmake +++ b/find-modules/FindWayland.cmake @@ -17,7 +17,7 @@ # components searched for or found: # # ``Wayland_FOUND`` -# True if (the requestion version of) Wayland is available +# TRUE if (the requested version of) Wayland is available # ``Wayland_VERSION`` # Found Wayland version # ``Wayland_TARGETS`` @@ -34,8 +34,8 @@ # used for linking # # For each searched-for components, ``Wayland_<component>_FOUND`` will be set to -# true if the corresponding Wayland library was found, and false otherwise. If -# ``Wayland_<component>_FOUND`` is true, the imported target +# TRUE if the corresponding Wayland library was found, and FALSE otherwise. If +# ``Wayland_<component>_FOUND`` is TRUE, the imported target # ``Wayland::<component>`` will be defined. This module will also attempt to # determine ``Wayland_*_VERSION`` variables for each imported target, although # ``Wayland_VERSION`` should normally be sufficient. |