Skip to content

Commit 260d85c

Browse files
committed
Correct typos
1 parent e02adc1 commit 260d85c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HACKING

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ puts.
3434
2. Don't read from standard input, doing so will make your code
3535
lock up the entire module when called from other interfaces. If you
3636
need user input, you can either register an option or expose an
37-
interactve session type specific for the type of exploit.
37+
interactive session type specific for the type of exploit.
3838

3939
3. Don't use "sleep". It has been known to cause issues with
4040
multi-threaded programs on various platforms. Instead, we use
@@ -48,7 +48,7 @@ the creation of ruby sockets and won't know how to clean them up in
4848
case your module raises an exception without cleaning up after itself.
4949
Secondly, non-Rex sockets do not know about routes and therefore can't
5050
be used through a meterpreter tunnel. Lastly, regular sockets miss
51-
out on msf's proxy and ssl features. Msf includes many protocols
51+
out on msf's proxy and SSL features. Msf includes many protocols
5252
already implemented with Rex and if the protocol you need is missing,
5353
porting another library to use them is straight-forward. See our
5454
Net::SSH modifications in lib/net/ssh/ for an example.
@@ -121,8 +121,8 @@ development team. Note that this process requires a GitHub account.
121121

122122
For Git commits, please adhere to 50/72 formatting: your commits should
123123
start with a line 50 characters or less, followed by a blank line,
124-
followed by one or more lines of explanitory text wrapped at at 72
125-
characters Pull requests with commits not formmated this way will
124+
followed by one or more lines of explanatory text wrapped at at 72
125+
characters Pull requests with commits not formatted this way will
126126
be rejected without review.
127127

128128
For modules, note that Author field is not automatic, and should be

0 commit comments

Comments
 (0)