diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-03 04:17:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-03 04:17:22 +0000 |
commit | 31affd70c8b8677e8fa85e81bc7435c14df7d6ed (patch) | |
tree | 663753023c27a04c76ed5efa54456a0b17fadfac | |
parent | 9acb969cd5079b265f33f0ed80a4aadd74cadc60 (diff) |
parition -> partition
-rw-r--r-- | distrib/arc/floppies/inst/install.sh | 4 | ||||
-rw-r--r-- | distrib/arm32/floppies/inst/install.sh | 4 | ||||
-rw-r--r-- | distrib/i386/floppies/inst/install.sh | 4 | ||||
-rw-r--r-- | distrib/pc532/floppies/inst/install.sh | 4 | ||||
-rw-r--r-- | distrib/sparc/floppies/inst/install.sh | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/distrib/arc/floppies/inst/install.sh b/distrib/arc/floppies/inst/install.sh index 3d373a54514..94fb1cbf636 100644 --- a/distrib/arc/floppies/inst/install.sh +++ b/distrib/arc/floppies/inst/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.3 1997/09/26 02:37:21 millert Exp $ +# $OpenBSD: install.sh,v 1.4 1998/11/03 04:17:18 aaron Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -321,7 +321,7 @@ while [ $part_used -lt $partition ]; do [1-9]*) total=`expr $part_used + $resp` if [ $total -gt $partition ]; then - echo -n "That would make the parition" + echo -n "That would make the partition" echo "too large to fit!" else part_size=$resp diff --git a/distrib/arm32/floppies/inst/install.sh b/distrib/arm32/floppies/inst/install.sh index e38783d85ad..b31b48004f2 100644 --- a/distrib/arm32/floppies/inst/install.sh +++ b/distrib/arm32/floppies/inst/install.sh @@ -28,7 +28,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: install.sh,v 1.2 1997/09/26 02:37:20 millert Exp $ +# $Id: install.sh,v 1.3 1998/11/03 04:17:19 aaron Exp $ # NetBSD installation script. # In a perfect world, this would be a nice C program, with a reasonable @@ -338,7 +338,7 @@ while [ $part_used -lt $partition ]; do [1-9]*) total=`expr $part_used + $resp` if [ $total -gt $partition ]; then - echo -n "That would make the parition" + echo -n "That would make the partition" echo "too large to fit!" else part_size=$resp diff --git a/distrib/i386/floppies/inst/install.sh b/distrib/i386/floppies/inst/install.sh index 4ff83f8acc3..27e5b1b25bb 100644 --- a/distrib/i386/floppies/inst/install.sh +++ b/distrib/i386/floppies/inst/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.19 1997/09/26 02:37:15 millert Exp $ +# $OpenBSD: install.sh,v 1.20 1998/11/03 04:17:20 aaron Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -341,7 +341,7 @@ while [ $part_used -lt $partition ]; do [1-9]*) total=`expr $part_used + $resp` if [ $total -gt $partition ]; then - echo "That would make the parition too large to fit!" + echo "That would make the partition too large to fit!" else part_size=$resp part_used=$total diff --git a/distrib/pc532/floppies/inst/install.sh b/distrib/pc532/floppies/inst/install.sh index 40c482837f9..36fa4fd6c43 100644 --- a/distrib/pc532/floppies/inst/install.sh +++ b/distrib/pc532/floppies/inst/install.sh @@ -27,7 +27,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: install.sh,v 1.7 1997/09/26 02:37:17 millert Exp $ +# $Id: install.sh,v 1.8 1998/11/03 04:17:20 aaron Exp $ # NetBSD installation script. # In a perfect world, this would be a nice C program, with a reasonable @@ -311,7 +311,7 @@ while [ $part_used -lt $partition ]; do [1-9]*) total=`expr $part_used + $resp` if [ $total -gt $partition ]; then - echo -n "That would make the parition" + echo -n "That would make the partition" echo "too large to fit!" else part_size=$resp diff --git a/distrib/sparc/floppies/inst/install.sh b/distrib/sparc/floppies/inst/install.sh index d33c267b82a..f0cc0bf45fd 100644 --- a/distrib/sparc/floppies/inst/install.sh +++ b/distrib/sparc/floppies/inst/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.11 1997/09/26 02:37:19 millert Exp $ +# $OpenBSD: install.sh,v 1.12 1998/11/03 04:17:21 aaron Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -315,7 +315,7 @@ while [ $part_used -lt $partition ]; do [1-9]*) total=`expr $part_used + $resp` if [ $total -gt $partition ]; then - echo "That would make the parition too large to fit!" + echo "That would make the partition too large to fit!" else part_size=$resp part_used=$total |