From 5b5fec7ccbf0c42b15e9fac3c17b1362543aa0b3 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 29 Jun 2019 17:11:42 +0200 Subject: Small API docs fixes --- find-modules/FindInotify.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'find-modules/FindInotify.cmake') diff --git a/find-modules/FindInotify.cmake b/find-modules/FindInotify.cmake index 15667e02..cc4aa290 100644 --- a/find-modules/FindInotify.cmake +++ b/find-modules/FindInotify.cmake @@ -3,7 +3,7 @@ # -------------- # # Try to find inotify on this system. This finds: -# - libinotiy on Unix like systems, or +# - libinotify on Unix like systems, or # - the kernel's inotify on Linux systems. # # This will define the following variables: @@ -16,7 +16,7 @@ # This has to be passed to target_include_directories() # # On Linux, the libraries and include directories are empty, -# even though Inotify_FOUND may be set to TRUE. This is because +# even though ``Inotify_FOUND`` may be set to TRUE. This is because # no special includes or libraries are needed. On other systems # these may be needed to use inotify. # -- cgit v1.2.1