1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Fix comment typo.

This commit is contained in:
david
2011-03-26 06:48:21 +00:00
parent 45814927a9
commit f3aca36534

View File

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