From 7133f0a68e701a9c717ffdc8276f84229fc1b983 Mon Sep 17 00:00:00 2001 From: James Lee Date: Mon, 1 Jun 2015 16:45:09 -0500 Subject: [PATCH] Fix typo in author's name --- modules/exploits/windows/local/lenovo_systemupdate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/local/lenovo_systemupdate.rb b/modules/exploits/windows/local/lenovo_systemupdate.rb index 732c7deb5e..09dc63b395 100644 --- a/modules/exploits/windows/local/lenovo_systemupdate.rb +++ b/modules/exploits/windows/local/lenovo_systemupdate.rb @@ -26,7 +26,7 @@ class Metasploit3 < Msf::Exploit::Local 'License' => MSF_LICENSE, 'Author' => [ - 'Micahel Milvich', # vulnerability discovery, advisory + 'Michael Milvich', # vulnerability discovery, advisory 'Sofiane Talmat', # vulnerability discovery, advisory 'h0ng10' # Metasploit module ],