From fc21f1005170beab8bc6fcf7f886eb923400b076 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 18 May 2001 18:00:12 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9993 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 866aad7b4..86862bcb2 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -369,7 +369,7 @@ unsigned int bswap32(unsigned int); #endif #ifndef HAVE_BSWAP16 -unsiged short bswap16(unsigned short); +unsigned short bswap16(unsigned short); #endif #ifndef HAVE_FLOCK