diff --git a/modules/exploits/windows/local/ipass_local_privesc.rb b/modules/exploits/windows/local/ipass_local_privesc.rb index e522ba7a27..fc5ef18408 100644 --- a/modules/exploits/windows/local/ipass_local_privesc.rb +++ b/modules/exploits/windows/local/ipass_local_privesc.rb @@ -18,7 +18,7 @@ class Metasploit3 < Msf::Exploit::Local 'Description' => %q{ The named pipe, \IPEFSYSPCPIPE, can be accessed by normal users to interact with the iPass service. The service provides a LaunchAppSysMode command which - allows to execute abitrary commands as SYSTEM. + allows to execute arbitrary commands as SYSTEM. }, 'License' => MSF_LICENSE,