diff options
author | 2002-12-05 19:39:27 +0000 | |
---|---|---|
committer | 2002-12-05 19:39:27 +0000 | |
commit | 530aba3024bfc10c5213c72e64905f480f030a5d (patch) | |
tree | 647efd72d590091b1c128a9ee6858318afd1e8cb | |
parent | 127.0.0.1/8 -> 127.0.0.0/8 (diff) | |
download | wireguard-openbsd-530aba3024bfc10c5213c72e64905f480f030a5d.tar.xz wireguard-openbsd-530aba3024bfc10c5213c72e64905f480f030a5d.zip |
spelling; niels ok.
-rw-r--r-- | bin/systrace/systrace-error.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/systrace/systrace-error.c b/bin/systrace/systrace-error.c index e022cebfbd2..e95f0f38098 100644 --- a/bin/systrace/systrace-error.c +++ b/bin/systrace/systrace-error.c @@ -1,14 +1,14 @@ -/* $OpenBSD: systrace-error.c,v 1.1 2002/06/04 17:20:04 provos Exp $ */ +/* $OpenBSD: systrace-error.c,v 1.2 2002/12/05 19:39:27 fgsch Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. * - * Redistribution and use in source and binary forms, with or withou + * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: - * 1. Redistributions of source code must retain the above copyrigh + * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyrigh + * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software |