From 7cb96ed11f53d4781d4f2a09156880e66f68792f Mon Sep 17 00:00:00 2001 From: James Lee Date: Wed, 17 Jun 2009 01:34:33 +0000 Subject: [PATCH] typo git-svn-id: file:///home/svn/framework3/trunk@6665 4d416f70-5f16-0410-b530-b9f4589650da --- lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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