From f8756deb0b7dca7203a11f5dd4af901e6c62bd6e Mon Sep 17 00:00:00 2001 From: djalal Date: Fri, 22 Apr 2011 22:21:43 +0000 Subject: [PATCH] Fix a typo in a comment. --- scripts/nfs-ls.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nfs-ls.nse b/scripts/nfs-ls.nse index ef7d15474..c11844a0a 100644 --- a/scripts/nfs-ls.nse +++ b/scripts/nfs-ls.nse @@ -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)