From 31affd70c8b8677e8fa85e81bc7435c14df7d6ed Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Tue, 3 Nov 1998 04:17:22 +0000 Subject: parition -> partition --- distrib/sparc/floppies/inst/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/sparc') 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 -- cgit v1.2.3