diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-03-09 22:36:12 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-03-09 22:37:21 -0800 |
| commit | 6f25aa48a2ff0033073d6ee541748eccc685727d (patch) | |
| tree | 22757f50d2c25fa4d3da6663ccff14226f12b441 /src | |
| parent | 219ea83942017bbae154e6f9cab3a15166b6a1e2 (diff) | |
| download | nng-6f25aa48a2ff0033073d6ee541748eccc685727d.tar.gz nng-6f25aa48a2ff0033073d6ee541748eccc685727d.tar.bz2 nng-6f25aa48a2ff0033073d6ee541748eccc685727d.zip | |
fixes #905 Small typo. error in HTTP msg
Diffstat (limited to 'src')
| -rw-r--r-- | src/supplemental/http/http_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplemental/http/http_msg.c b/src/supplemental/http/http_msg.c index da60c746..bcf6fc8e 100644 --- a/src/supplemental/http/http_msg.c +++ b/src/supplemental/http/http_msg.c @@ -919,7 +919,7 @@ static struct { // 100 series -- informational { NNG_HTTP_STATUS_CONTINUE, "Continue" }, - { NNG_HTTP_STATUS_SWITCHING, "Swithching Protocols" }, + { NNG_HTTP_STATUS_SWITCHING, "Switching Protocols" }, { NNG_HTTP_STATUS_PROCESSING, "Processing" }, // 200 series -- successful |
