From d108009c7cfd9556774c2f5a3a520a1dbc692694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Fri, 11 Aug 2017 09:29:52 +0200 Subject: [PATCH] Fixed a typo A typo made a directive for plugin developers difficult to understand --- include/ntfs-3g/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ntfs-3g/plugin.h b/include/ntfs-3g/plugin.h index d32e149d..7e7b2a7c 100644 --- a/include/ntfs-3g/plugin.h +++ b/include/ntfs-3g/plugin.h @@ -110,7 +110,7 @@ typedef struct plugin_operations { * Get a symbolic link * The symbolic link must be returned in an allocated buffer, * encoded in a zero terminated multibyte string compatible - * which the locale mount option. + * with the locale mount option. * The returned value is zero for success or a negative errno * value for failure. */