summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 09:00:05 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:23 +0100
commita4e8f8aa444e2a28ac457be15a40dbef1d755299 (patch)
tree8988a88f5287b43172d42f69235fc8e0d6c1990f /source4/heimdal
parenta2fbe8b915043abcd0a726b06fee3a265d2ad6e6 (diff)
downloadsamba-a4e8f8aa444e2a28ac457be15a40dbef1d755299.tar.gz
Correct "relase" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/base/heimbase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/base/heimbase.c b/source4/heimdal/base/heimbase.c
index 7031af9e498..d1f089d17d7 100644
--- a/source4/heimdal/base/heimbase.c
+++ b/source4/heimdal/base/heimbase.c
@@ -529,7 +529,7 @@ heim_auto_release(heim_object_t ptr)
}
if (tls == NULL || (ar = tls->current) == NULL)
- heim_abort("no auto relase pool in place, would leak");
+ heim_abort("no auto release pool in place, would leak");
HEIMDAL_MUTEX_lock(&ar->pool_mutex);
HEIM_TAILQ_INSERT_HEAD(&ar->pool, p, autorel);