mirror of
https://github.com/nmap/nmap.git
synced 2026-01-18 12:19:02 +00:00
Fix a typo in a comment.
This commit is contained in:
@@ -153,7 +153,7 @@ local function nfs_ls(nfs, mount, results, access)
|
||||
return false, status
|
||||
end
|
||||
|
||||
-- check if NFS and Mount versions are combatible
|
||||
-- check if NFS and Mount versions are compatible
|
||||
-- RPC library will check if the Mount and NFS versions are supported
|
||||
if (nfs_comm.version == 1) then
|
||||
unmount_nfs(mount, mnt_comm, nfs_comm)
|
||||
|
||||
Reference in New Issue
Block a user