Skip to content

Commit

Permalink
Fixed typo in django.core.servers.basehttp message.
Browse files Browse the repository at this point in the history
  • Loading branch information
avidal authored and timgraham committed Feb 20, 2015
1 parent 1bfcc95 commit e467919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/core/servers/basehttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def log_message(self, format, *args):
elif args[1][0] == '4':
# 0x16 = Handshake, 0x03 = SSL 3.0 or TLS 1.x
if args[0].startswith(str('\x16\x03')):
msg = ("You're accessing the developement server over HTTPS, "
msg = ("You're accessing the development server over HTTPS, "
"but it only supports HTTP.\n")
msg = self.style.HTTP_BAD_REQUEST(msg)
else:
Expand Down

0 comments on commit e467919

Please sign in to comment.