summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2023-01-17 12:26:10 +0100
committerBjörn Baumbach <bb@sernet.de>2023-01-17 17:21:38 +0000
commit86fde91621b9190df1a8df290441575ca284e6ed (patch)
treec0683f09019ce491b840743457e7e2145dfc0798 /auth
parent3d3d01cda8d3a6d0d18d1b808aa9414e71d56062 (diff)
downloadsamba-86fde91621b9190df1a8df290441575ca284e6ed.tar.gz
auth/creds: fix a typo in a comment
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'auth')
-rw-r--r--auth/credentials/credentials_cmdline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/credentials/credentials_cmdline.c b/auth/credentials/credentials_cmdline.c
index 11b1ab9ecd2..c8c7c183c22 100644
--- a/auth/credentials/credentials_cmdline.c
+++ b/auth/credentials/credentials_cmdline.c
@@ -65,7 +65,7 @@ fail:
bool cli_credentials_set_cmdline_callbacks(struct cli_credentials *cred)
{
/*
- * The there is no tty, then we will try to read the password from
+ * If there is no tty, we will try to read the password from
* stdin.
*/
return cli_credentials_set_password_callback(cred,