diff options
author | Mathieu Parent <math.parent@gmail.com> | 2018-05-04 22:20:57 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-05-12 02:09:26 +0200 |
commit | f5b908d8186b18bb3ec86b4b0db488bf7c6af643 (patch) | |
tree | fde2f0ae1de2092588f1d5f892e4971159a155e4 /source3/lib | |
parent | 4e4764240bff063e1e9680117de66fd0519d916e (diff) | |
download | samba-f5b908d8186b18bb3ec86b4b0db488bf7c6af643.tar.gz |
Fix spelling s/formated/formatted/
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/cbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/cbuf.h b/source3/lib/cbuf.h index 2fec822fec9..8a4098a42e5 100644 --- a/source3/lib/cbuf.h +++ b/source3/lib/cbuf.h @@ -174,7 +174,7 @@ int cbuf_puts(cbuf* b, const char* str, size_t len); int cbuf_putdw(cbuf* b, uint32_t u); /** - * Print formated to a character buffer. + * Print formatted to a character buffer. * * @param b a charcter buffer * @param fmt a printf format string |