From 82fa1ca07c6bf77c03585df6f2caece342772e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 14 Nov 2003 16:29:22 +0000 Subject: [PATCH] typo, Bruno Rohee git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13117 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kafs/common.c b/lib/kafs/common.c index a55f6ac2b..5bcbee553 100644 --- a/lib/kafs/common.c +++ b/lib/kafs/common.c @@ -394,7 +394,7 @@ _kafs_get_cred(kafs_data *data, char *vl_realm; char CELL[64]; - /* We're about to find the the realm that holds the key for afs in + /* We're about to find the realm that holds the key for afs in * the specified cell. The problem is that null-instance * afs-principals are common and that hitting the wrong realm might * yield the wrong afs key. The following assumptions were made.