diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-05-31 04:23:24 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-05-31 04:23:24 +0000 |
commit | cef463ad58319d641a2bd223b99f300992e16baf (patch) | |
tree | 4cb3a70ea8754c00ebcfa20bcadb1c43ac3487f4 | |
parent | 276c2174526d540fbad1ec9fd74602988620e0e9 (diff) |
typo, ok tedu@
-rw-r--r-- | sbin/bioctl/bioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index 01a4b02215c..8afaa413071 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.55 2007/05/28 21:54:26 marco Exp $ */ +/* $OpenBSD: bioctl.c,v 1.56 2007/05/31 04:23:23 grunk Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -606,7 +606,7 @@ bio_createraid(u_int16_t level, char *dev_list) min_disks = 2; break; default: - errx(1, "unsuported raid level"); + errx(1, "unsupported raid level"); } memset(&create, 0, sizeof(create)); |