Skip to content

Commit

Permalink
Some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
botanicus committed Mar 9, 2012
1 parent 8d8bbf8 commit 109d90a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sockjs-protocol-0.2.1.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ def test_ignoringServerId(self):
class Protocol(Test):
# When server receives a request with unknown `session_id` it must
# recognize that as request for a new session. When server opens a
# new sesion it must immediately send an frame containing a letter
# `o`.
# new sesion it must immediately send a frame containing letter `o`.
def test_simpleSession(self):
trans_url = base_url + '/000/' + str(uuid.uuid4())
r = POST(trans_url + '/xhr')
Expand Down

0 comments on commit 109d90a

Please sign in to comment.