corrected a typo, "from from" to "from"

unstable
Tim Rottmann 2012-06-18 19:34:18 +03:00
parent 256290c206
commit 5afdc2341b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ interfaces other than msfconsole, such as msfrpc and msfgui, won't see
your output. You can use print_line to accomplish the same thing as
puts.
2. Don't read from from standard input, doing so will make your code
2. Don't read from standard input, doing so will make your code
lock up the entire module when called from other interfaces. If you
need user input, you can either register an option or expose an
interactve session type specific for the type of exploit.