Correct a typo

git-svn-id: file:///home/svn/framework3/trunk@7408 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-11-09 00:11:47 +00:00
parent 1b7fb68f52
commit e92a193f8c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ module Handler
# handles. The handles are passed as parameters in case this # handles. The handles are passed as parameters in case this
# handler is capable of handling multiple simultaneous # handler is capable of handling multiple simultaneous
# connections. The default behavior is to attempt to create a session for # connections. The default behavior is to attempt to create a session for
# the payload. This path will not be taken for mutli-staged payloads. # the payload. This path will not be taken for multi-staged payloads.
# #
def handle_connection(conn) def handle_connection(conn)
create_session(conn) create_session(conn)