summaryrefslogtreecommitdiff
path: root/distrib/pc532/floppies/inst
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-03 04:17:22 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-03 04:17:22 +0000
commit31affd70c8b8677e8fa85e81bc7435c14df7d6ed (patch)
tree663753023c27a04c76ed5efa54456a0b17fadfac /distrib/pc532/floppies/inst
parent9acb969cd5079b265f33f0ed80a4aadd74cadc60 (diff)
parition -> partition
Diffstat (limited to 'distrib/pc532/floppies/inst')
-rw-r--r--distrib/pc532/floppies/inst/install.sh4
1 files changed, 2 insertions, 2 deletions
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