From 82e4dcb4a180fdecd0c5794261e8b4656f85845b Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 22 Aug 2016 00:54:15 -0700 Subject: [PATCH] inc: winfsp.h: minor srcdoc fix --- inc/winfsp/winfsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h index 74260f1f..7f77b64a 100644 --- a/inc/winfsp/winfsp.h +++ b/inc/winfsp/winfsp.h @@ -83,7 +83,7 @@ typedef struct _REPARSE_DATA_BUFFER * A user mode file system is a program that uses the WinFsp API to expose a file system to * Windows. The user mode file system must implement the operations in FSP_FILE_SYSTEM_INTERFACE, * create a file system object using FspFileSystemCreate and start its dispatcher using - * FspFileSystemStartDispatcher. At that point it will start receing file system requests on the + * FspFileSystemStartDispatcher. At that point it will start receiving file system requests on the * FSP_FILE_SYSTEM_INTERFACE operations. */ typedef struct _FSP_FILE_SYSTEM FSP_FILE_SYSTEM;