summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-02-12 22:05:21 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-02-23 12:04:42 +0100
commit42604cc8d11743febf5aa892cb3a7d3c32bfed48 (patch)
treee81059a3882a8e049ace81970adf90fdfe97404e /src/providers/krb5
parent38f251e531b1c68e70eaa98dfecaf78da5f36ccc (diff)
downloadsssd-42604cc8d11743febf5aa892cb3a7d3c32bfed48.tar.gz
sssd-42604cc8d11743febf5aa892cb3a7d3c32bfed48.tar.xz
sssd-42604cc8d11743febf5aa892cb3a7d3c32bfed48.zip
Fix typos reported by lintian
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers/krb5')
-rw-r--r--src/providers/krb5/krb5_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_utils.c b/src/providers/krb5/krb5_utils.c
index 0b73880ec..7fd490514 100644
--- a/src/providers/krb5/krb5_utils.c
+++ b/src/providers/krb5/krb5_utils.c
@@ -386,7 +386,7 @@ char *expand_ccname_template(TALLOC_CTX *mem_ctx, struct krb5child_req *kr,
rerun = true;
continue;
} else if (strncmp(n , S_EXP_EUID, L_EXP_EUID) == 0) {
- /* SSSD does not distinguish betwen uid and euid,
+ /* SSSD does not distinguish between uid and euid,
* so we treat both the same way */
action = 'U';
n += L_EXP_EUID - 1;