diff options
author | corvid <corvid@lavabit.com> | 2009-09-02 00:47:10 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-09-02 00:47:10 +0000 |
commit | d7b33a6c983e80fb4fe799e9e4a2d0819e18fa09 (patch) | |
tree | 21a2ad64586dc2dcf5a6691a6c78f78a6d65d6db /dpi | |
parent | cb3d494d0619670c4956b4d49516a3965a85e485 (diff) |
spelling
Diffstat (limited to 'dpi')
-rw-r--r-- | dpi/https.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/https.c b/dpi/https.c index b8d5b1a9..c84adea2 100644 --- a/dpi/https.c +++ b/dpi/https.c @@ -379,7 +379,7 @@ static int get_network_connection(char * url) root_url = dStrdup(url_look_up); hp=gethostbyname(url_look_up); - /*url_look_uip no longer needed, so free if neccessary*/ + /*url_look_uip no longer needed, so free if necessary*/ if (url_look_up_length != 0){ dFree(url_look_up); } |