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 /distrib/sparc | |
parent | 9acb969cd5079b265f33f0ed80a4aadd74cadc60 (diff) |
parition -> partition
Diffstat (limited to 'distrib/sparc')
-rw-r--r-- | distrib/sparc/floppies/inst/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |