Fix typo: Use a better adjective

bug/bundler_fix
Justin Steven 2016-10-16 17:57:02 +10:00
parent 039357a714
commit 2ae62cfce1
No known key found for this signature in database
GPG Key ID: F2B6D8D0DC2EBE82
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ module Msf::Post::Common
# /bin/sh.
#
# This problem was originally solved by using Shellwords.shellwords but
# unfortunately, it is retarded. When a backslash occurs inside double
# unfortunately, it is unsuitable. When a backslash occurs inside double
# quotes (as is often the case with Windows commands) it inexplicably
# removes them. So. Shellwords is out.
#