diff --git a/modules/exploits/linux/http/gitlist_exec.rb b/modules/exploits/linux/http/gitlist_exec.rb index 1592f78ecf..39be9549b6 100644 --- a/modules/exploits/linux/http/gitlist_exec.rb +++ b/modules/exploits/linux/http/gitlist_exec.rb @@ -57,7 +57,7 @@ class Metasploit3 < Msf::Exploit::Remote register_options( [ - OptString.new('TARGETURI', [true, 'The URI od the vulnerable instance', '/']) + OptString.new('TARGETURI', [true, 'The URI of the vulnerable instance', '/']) ], self.class) end