Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen-r7 committed Aug 19, 2016
1 parent 0f4d26a commit 265adeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/post/windows/priv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def steal_current_user_token
#
# Steals a token for a user.
# @param String computer_name Computer name.
# @param String username To token to steal from. If not set, it will try to steal
# @param String user_name To token to steal from. If not set, it will try to steal
# the current user's token.
# @return [boolean] TrueClass if successful, otherwise FalseClass.
# @example steal_token(get_env('COMPUTERNAME'), get_env('USERNAME'))
Expand Down

0 comments on commit 265adeb

Please sign in to comment.