| Cosmetic - warvox - VoIP based wardialing tool, forked from rapid7/warvox. | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 694716d3b0f726c50c31422b713dcbeace76f894 | |
| parent c94ee1522490397635b5a4315be3558ecdb3f39c | |
| Author: HD Moore <[email protected]> | |
| Date: Tue, 3 Feb 2015 00:37:00 -0600 | |
| Cosmetic | |
| Diffstat: | |
| M lib/warvox/jobs/analysis.rb | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/lib/warvox/jobs/analysis.rb b/lib/warvox/jobs/analysis.rb | |
| @@ -6,7 +6,7 @@ class Analysis < Base | |
| require 'tempfile' | |
| require 'open3' | |
| - # This is required by the verify_instal.rb script, so dont error | |
| + # This is required by the verify_install.rb script, so dont error | |
| # out if the gem is not yet available | |
| begin | |
| require 'kissfft' |