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

lib:dbwrap: Fix code spelling

Best reviewed with: `git show --word-diff`.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-03-31 11:10:03 +02:00 committed by Andrew Bartlett
parent 2b712191a8
commit 3289e7349a
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ NTSTATUS dbwrap_parse_record(struct db_context *db, TDB_DATA key,
* @param[out] req_state Pointer to a enum dbwrap_req_state variable
*
* @note req_state is updated in the send function. To determine the final
* result of the request the caller should therefor not rely on req_state. The
* result of the request the caller should therefore not rely on req_state. The
* primary use case is to give the caller an indication whether the request is
* already sent to ctdb (DBWRAP_REQ_DISPATCHED) or if it's still stuck in the
* sendqueue (DBWRAP_REQ_QUEUED).

View File

@ -358,7 +358,7 @@ static struct db_record *db_rbt_fetch_locked(struct db_context *db_ctx,
/*
* In this low-level routine, play tricks to reduce the number of
* tallocs to one. Not recommened for general use, but here it pays
* tallocs to one. Not recommended for general use, but here it pays
* off.
*/