diff options
author | Andrea Gelmini <[email protected]> | 2019-09-03 02:53:27 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-09-02 17:53:27 -0700 |
commit | 7859537768e030d0151a6d72a6b031751228bc85 (patch) | |
tree | 15fc02abdd255b0b32285746ebc30dc6f614ed93 /lib/libshare | |
parent | c9539600484d8f89d48629eb5775c8b1967fe7d7 (diff) |
Fix typos in lib/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9237
Diffstat (limited to 'lib/libshare')
-rw-r--r-- | lib/libshare/smb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libshare/smb.c b/lib/libshare/smb.c index 4c2045dfd..a95607ee0 100644 --- a/lib/libshare/smb.c +++ b/lib/libshare/smb.c @@ -29,7 +29,7 @@ * * TESTING * Make sure that samba listens to 'localhost' (127.0.0.1) and that the options - * 'usershare max shares' and 'usershare owner only' have been rewied/set + * 'usershare max shares' and 'usershare owner only' have been reviewed/set * accordingly (see zfs(8) for information). * * Once configuration in samba have been done, test that this |