From b950219b0d519574e4763e484fa0c31593bc3fe2 Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Mon, 30 May 2011 21:06:56 +0000 Subject: [PATCH] Fix typo git-svn-id: file:///home/svn/framework3/trunk@12773 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/scada/igss9_misc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploits/windows/scada/igss9_misc.rb b/modules/exploits/windows/scada/igss9_misc.rb index f35dd012aa..0e71a75347 100644 --- a/modules/exploits/windows/scada/igss9_misc.rb +++ b/modules/exploits/windows/scada/igss9_misc.rb @@ -46,7 +46,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Platform' => 'win', 'Targets' => [ - #Service packs do not have any influce on the exploit + #Service packs do not have any influence on the exploit [ 'Windows XP', {} ], [ 'Windows 7', {} ], [ 'Windows Server 2003 / R2' , {} ], @@ -171,4 +171,4 @@ class Metasploit3 < Msf::Exploit::Remote select(nil, nil, nil, 1) disconnect end -end \ No newline at end of file +end