diff options
| author | Anton C. Wagensonner <anton.wagensonner@gmx.at> | 2019-08-12 21:42:54 +0200 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-09-26 04:40:59 -0700 |
| commit | 32d17517b87713e4d584555c35ac48d010243910 (patch) | |
| tree | be93ff8120874f986de8321ba243b0f18179beaf /include | |
| parent | e618abf8f3db2a94269a79c8901a51148d48fcc2 (diff) | |
| download | nng-32d17517b87713e4d584555c35ac48d010243910.tar.gz nng-32d17517b87713e4d584555c35ac48d010243910.tar.bz2 nng-32d17517b87713e4d584555c35ac48d010243910.zip | |
fixes some typos in documentation
Diffstat (limited to 'include')
| -rw-r--r-- | include/nng/nng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h index 7ec8c2c9..0db81ef5 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -1111,7 +1111,7 @@ typedef struct nng_url { // members. It can be freed with nng_url_free. NNG_DECL int nng_url_parse(nng_url **, const char *); -// nng_url_free frees a URL structure that was created by nng_url_parse9(). +// nng_url_free frees a URL structure that was created by nng_url_parse(). NNG_DECL void nng_url_free(nng_url *); // nng_url_clone clones a URL structure. |
