1
0
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:
djalal
2011-04-22 22:21:43 +00:00
parent 849d0c5101
commit f8756deb0b

View File

@@ -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)