diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2020-04-20 10:05:28 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2020-04-20 10:12:22 +0200 |
commit | 10822c652c5f4c4e979b847b18512b318e2301e9 (patch) | |
tree | 9d83b9ecc65380becee73709f29bc946bb154d77 /lib/mqtt.h | |
parent | bcd9813588e971212f139d614a77215f1602e066 (diff) | |
download | curl-10822c652c5f4c4e979b847b18512b318e2301e9.tar.gz |
lib: fix typos in comments and errormessages
This fixes a few randomly spotted typos in recently merged code, most
notably one in a userfacing errormessage the schannel code.
Diffstat (limited to 'lib/mqtt.h')
-rw-r--r-- | lib/mqtt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mqtt.h b/lib/mqtt.h index 155fbd60a..41f7372ce 100644 --- a/lib/mqtt.h +++ b/lib/mqtt.h @@ -50,7 +50,7 @@ struct MQTT { char *sendleftovers; size_t nsend; /* size of sendleftovers */ - /* when receving */ + /* when receiving */ size_t npacket; /* byte counter */ unsigned char firstbyte; size_t remaining_length; |