mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix a typo in a comment.
This commit is contained in:
parent
849d0c5101
commit
f8756deb0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue