Fixed a typo

A typo made a directive for plugin developers difficult to understand
pull/2/head
Jean-Pierre André 2017-08-11 09:29:52 +02:00
parent cdd58aaee3
commit d108009c7c
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/