diff options
Diffstat (limited to 'libexec/spamd/sdl.c')
-rw-r--r-- | libexec/spamd/sdl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/sdl.c b/libexec/spamd/sdl.c index a668c32f06c..32df2ed512b 100644 --- a/libexec/spamd/sdl.c +++ b/libexec/spamd/sdl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdl.c,v 1.7 2003/07/06 21:57:27 deraadt Exp $ */ +/* $OpenBSD: sdl.c,v 1.8 2003/08/22 21:50:34 david Exp $ */ /* * Copyright (c) 2003 Bob Beck. All rights reserved. * @@ -101,7 +101,7 @@ sdl_add(char *sdname, char *sdstring, char ** addrs, int addrc) /* * Cycle through addrs, converting. We assume they are correctly - * formatted v4 and v6 addrs, if they don't all convert correcly, the + * formatted v4 and v6 addrs, if they don't all convert correctly, the * add fails. Each address should be address/maskbits */ blacklists[index].addrs = malloc(addrc * sizeof(struct sdentry)); |