From bb842ea0b073cc74b9ffd0d8c6adbf742e3030ea Mon Sep 17 00:00:00 2001 From: Carlos Perez Date: Thu, 16 Sep 2010 18:01:01 +0000 Subject: [PATCH] I need a speel checker git-svn-id: file:///home/svn/framework3/trunk@10336 4d416f70-5f16-0410-b530-b9f4589650da --- scripts/meterpreter/process_memdump.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/meterpreter/process_memdump.rb b/scripts/meterpreter/process_memdump.rb index e2ed74a761..5fd9006a5d 100644 --- a/scripts/meterpreter/process_memdump.rb +++ b/scripts/meterpreter/process_memdump.rb @@ -70,7 +70,7 @@ def dump_mem(pid,name, toggle) ::FileUtils.mkdir_p(logs) #Dump file name dumpfile = logs + ::File::Separator + host + filenameinfo + ".dmp" - print_status("Dumpping Memory of with PID: #{pid.to_s}") + print_status("Dumping Memory of with PID: #{pid.to_s}") begin dump_process = client.sys.process.open(pid.to_i, PROCESS_READ) rescue