diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-03 04:35:18 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-03 04:35:18 +0000 |
commit | 7a6e823294cbbabbbb1d30283e746a970c949ecc (patch) | |
tree | d14fb20e6bfd0e21ae60f1d9ced47b2e74a675b4 /distrib/simpleroot | |
parent | 31affd70c8b8677e8fa85e81bc7435c14df7d6ed (diff) |
it's -> its where appropriate
Diffstat (limited to 'distrib/simpleroot')
-rw-r--r-- | distrib/simpleroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/simpleroot/install.sub b/distrib/simpleroot/install.sub index 0f0430584e4..9ff91b56076 100644 --- a/distrib/simpleroot/install.sub +++ b/distrib/simpleroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.5 1997/07/16 22:33:04 pefo Exp $ +# $OpenBSD: install.sub,v 1.6 1998/11/03 04:35:17 aaron Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -308,7 +308,7 @@ addhostent() { # Create an entry in the hosts table. If no host table # exists, create one. If the IP address already exists, - # replace it's entry. + # replace its entry. if [ ! -f /tmp/hosts ]; then echo "127.0.0.1 localhost" > /tmp/hosts fi |