diff options
Diffstat (limited to 'src/libnm-glib-aux/nm-str-buf.h')
| -rw-r--r-- | src/libnm-glib-aux/nm-str-buf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-glib-aux/nm-str-buf.h b/src/libnm-glib-aux/nm-str-buf.h index 32ab8da8..c62381e5 100644 --- a/src/libnm-glib-aux/nm-str-buf.h +++ b/src/libnm-glib-aux/nm-str-buf.h @@ -522,8 +522,8 @@ nm_str_buf_get_char(const NMStrBuf *strbuf, gsize index) /** * nm_str_buf_finalize: - * @strbuf: an initilized #NMStrBuf - * @out_len: (out): (allow-none): optional output + * @strbuf: an initialized #NMStrBuf + * @out_len: (out): (optional): optional output * argument with the length of the returned string. * * Returns: (transfer full): the string of the buffer |