From 8dc3e8a8744b1c4bf5df1339238cd7d73f44065f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 6 Dec 2007 16:24:22 +0000 Subject: [PATCH] spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22190 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/n-fold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/n-fold.c b/lib/krb5/n-fold.c index 5b1e1fae3..147f6aeac 100644 --- a/lib/krb5/n-fold.c +++ b/lib/krb5/n-fold.c @@ -80,7 +80,7 @@ rr13(unsigned char *buf, size_t len) return 0; } -/* Add `b' to `a', both beeing one's complement numbers. */ +/* Add `b' to `a', both being one's complement numbers. */ static void add1(unsigned char *a, unsigned char *b, size_t len) {