diff options
Diffstat (limited to 'source3/lib/cbuf.h')
-rw-r--r-- | source3/lib/cbuf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/cbuf.h b/source3/lib/cbuf.h index b9c5552826..3a1524ce15 100644 --- a/source3/lib/cbuf.h +++ b/source3/lib/cbuf.h @@ -222,7 +222,7 @@ char* cbuf_gets(cbuf* b, size_t idx); * @param[out] ost outstream * @param[in] s '\0' terminated string of printable characters. * - * @return numner of bytes written, -1 on error + * @return number of bytes written, -1 on error */ int cbuf_print_quoted_string(cbuf* ost, const char* s); @@ -237,7 +237,7 @@ int cbuf_print_quoted_string(cbuf* ost, const char* s); * @param[in] s string of bytes * @param[in] len number of bytes * - * @return numner of bytes written, -1 on error + * @return number of bytes written, -1 on error */ int cbuf_print_quoted(cbuf* ost, const char* s, size_t len); |