Skip to content

Commit dfcbbfe

Browse files
committed
Land rapid7#9641 spelling fix for wmap rc
2 parents 0e4fc48 + a25ce0f commit dfcbbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/resource/wmap_autotest.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232
if (framework.plugins.to_s =~ /[Ww]map/)
3333
print_line("Wmap plugin already loaded ...")
3434
else
35-
print_line("loading the wmap plugin ...")
35+
print_line("Loading the wmap plugin ...")
3636
run_single("load wmap")
3737
end
3838

@@ -78,7 +78,7 @@ framework.db.hosts.each do |host|
7878
end
7979
run_single("wmap_targets -c")
8080
print_line("")
81-
print_line("finished analysing the webservern on IP #{host.address.to_s}, Port: #{serv.port.to_s}")
81+
print_line("Finished analysing the webserver on IP #{host.address.to_s}, Port: #{serv.port.to_s}")
8282
print_line("")
8383
end
8484
end

0 commit comments

Comments
 (0)