From 7c2e380c1f38423538281a347de30348533aadad Mon Sep 17 00:00:00 2001 From: aaronos <62786990+aaronos@users.noreply.github.com> Date: Sat, 20 Jun 2020 20:05:34 -0500 Subject: [PATCH] Fix typo "algoritm" -> "algorithm" --- script/processes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/processes.js b/script/processes.js index e2547a9..24a3664 100644 --- a/script/processes.js +++ b/script/processes.js @@ -256,7 +256,7 @@ initCallProcesses = function(){ 'exe_portscanner':{t: "Analyze portscanner.exe", a:"Analying portscanner.exe", w:600, data_type:'portscanner', c:function(){ addBuffer("portscanner.exe") - addBuffer("This program includes an algoritm that allows you to port scan a Host. You analyze and learn it, and it becomes one with your Entity.") + addBuffer("This program includes an algorithm that allows you to port scan a Host. You analyze and learn it, and it becomes one with your Entity.") addBuffer("You now have the ability to Scan Hosts") writeBuffer() g_available_attacks.push('scan')