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

s3:smbd: 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-10-20 13:52:50 +13:00 committed by Andrew Bartlett
parent c5af0e1e67
commit 61d5816ecd
2 changed files with 2 additions and 2 deletions

View File

@ -247,7 +247,7 @@ static void smbXsrv_client_global_verify_record(struct db_record *db_rec,
}
if (global_blob.version != SMBXSRV_VERSION_0) {
DBG_ERR("key '%s' use unsupported version %u\n",
DBG_ERR("key '%s' uses unsupported version %u\n",
tdb_data_dbg(key),
global_blob.version);
NDR_PRINT_DEBUG(smbXsrv_client_globalB, &global_blob);

View File

@ -621,7 +621,7 @@ static void smbXsrv_tcon_global_verify_record(struct db_record *db_rec,
}
if (global_blob.version != SMBXSRV_VERSION_0) {
DBG_ERR("key '%s' use unsupported version %u\n",
DBG_ERR("key '%s' uses unsupported version %u\n",
tdb_data_dbg(key),
global_blob.version);
NDR_PRINT_DEBUG(smbXsrv_tcon_globalB, &global_blob);