From 95ec98fd049fd9e34138197b51cdd807c0d0927f Mon Sep 17 00:00:00 2001 From: aSemy <897017+aSemy@users.noreply.github.com> Date: Sun, 4 Dec 2022 21:35:42 +0100 Subject: [PATCH] minor grammar fix --- libfswatch/src/libfswatch/c/libfswatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfswatch/src/libfswatch/c/libfswatch.h b/libfswatch/src/libfswatch/c/libfswatch.h index 791df214..92a1f83d 100644 --- a/libfswatch/src/libfswatch/c/libfswatch.h +++ b/libfswatch/src/libfswatch/c/libfswatch.h @@ -94,7 +94,7 @@ extern "C" /** * This function creates a new monitor session using the specified monitor - * and returns an handle to it. This function is the `libfswatch` API entry + * and returns a handle to it. This function is the `libfswatch` API entry * point. * * @see cmonitor.h for a list of all the available monitors.