From d9b82bea73b63c16cb607025a80d577a24da99cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 2 Apr 2006 10:32:20 +0000 Subject: [PATCH] fix spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16958 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krbhst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/krbhst.c b/lib/krb5/krbhst.c index 2ba7239b4..639b4326a 100644 --- a/lib/krb5/krbhst.c +++ b/lib/krb5/krbhst.c @@ -255,7 +255,7 @@ _krb5_krbhost_info_move(krb5_context context, (*to)->ai = from->ai; from->ai = NULL; (*to)->next = NULL; - memmcpy((*to)->hostname, from->hostname, hostnamelen + 1); + memcpy((*to)->hostname, from->hostname, hostnamelen + 1); return 0; }