From 37c16dc0afddd548866402c5cc707abafb242bda Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 21 Jun 2000 23:41:52 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8448 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index bd40e5211..6bbd6ee6f 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -117,7 +117,7 @@ #endif #ifndef _PATH_VARRUN -#deifne _PATH_VARRUN "/var/run/" +#define _PATH_VARRUN "/var/run/" #endif #ifndef MAXPATHLEN