diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb index 46d53be790..54a525c991 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb @@ -168,7 +168,7 @@ class Process < Rex::Post::Process channel_id, "stdapi_process", CHANNEL_FLAG_SYNCHRONOUS) end - # Retrun a process instance + # Return a process instance return self.new(pid, handle, channel) end