From f3aca36534529e623cb642aa34b07e4ebff26a12 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 26 Mar 2011 06:48:21 +0000 Subject: [PATCH] Fix comment typo. --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index 2697a5e59..f52e931bf 100644 --- a/nmap.cc +++ b/nmap.cc @@ -2714,7 +2714,7 @@ int nmap_fetchfile(char *filename_returned, int bufferlen, const char *file) { /* First, check the map of requested data file names. If there's an entry for file, use it and return. Otherwise, we try [--datadir]/file, then $NMAPDIR/file - next we try ~user/nmap/file + next we try ~user/.nmap/file then we try NMAPDATADIR/file <--NMAPDATADIR finally we try ./file