diff --git a/src/nmap.js b/src/nmap.js index e2b1de2..265e363 100644 --- a/src/nmap.js +++ b/src/nmap.js @@ -166,7 +166,7 @@ async function worker(targets) { results.push({ findings: [ createFinding({ - name: `Canot resolve host "${location}"`, + name: `Can not resolve host "${location}"`, description: 'The hostname cannot be resolved by DNS from the nmap scanner.', hostname: location, diff --git a/src/nmap.test.js b/src/nmap.test.js index ef2bb2e..2edd5cb 100644 --- a/src/nmap.test.js +++ b/src/nmap.test.js @@ -333,7 +333,7 @@ describe('nmap', () => { result: [ { id: '49bf7fd3-8512-4d73-a28f-608e493cd726', - name: 'Canot resolve host "foobar"', + name: 'Can not resolve host "foobar"', description: 'The hostname cannot be resolved by DNS from the nmap scanner.', category: 'Host Unresolvable',