diff options
author | 2003-08-22 21:50:34 +0000 | |
---|---|---|
committer | 2003-08-22 21:50:34 +0000 | |
commit | c6ce930e3cc2f5d168f533aafc512ec0c20ffef9 (patch) | |
tree | f928ea91c80e75ad230214a604e5358bbc043144 /libexec/spamd/sdl.c | |
parent | add Simon Wilkinson (diff) | |
download | wireguard-openbsd-c6ce930e3cc2f5d168f533aafc512ec0c20ffef9.tar.xz wireguard-openbsd-c6ce930e3cc2f5d168f533aafc512ec0c20ffef9.zip |
pf spelling police
ok dhartmei@ jmc@
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)); |