1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib:cmdline: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-12-13 16:40:06 +13:00 committed by Andrew Bartlett
parent edb4c3b3dd
commit e2146e4a75

View File

@ -51,7 +51,7 @@ typedef bool (*samba_cmdline_load_config)(void);
* initializes:
*
* - Crash setup
* - logging system sening logs to stdout
* - logging system sending logs to stdout
* - talloc leak reporting
*
* @param[in] mem_ctx The talloc memory context to use for allocating memory.