From: Tollef Fog Heen Date: Mon, 21 Feb 2011 17:49:05 +0000 (+0100) Subject: Fix grammatical typo in util-linux.postinst X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372506e9c4e59d43f4af92626457c2d6a415102f;p=util-linux Fix grammatical typo in util-linux.postinst --- diff --git a/debian/util-linux.postinst b/debian/util-linux.postinst index b536eac9..dd50295e 100644 --- a/debian/util-linux.postinst +++ b/debian/util-linux.postinst @@ -11,7 +11,7 @@ update-alternatives --install /usr/bin/pager pager /usr/bin/pg 10 \ # # Check if links to hwclock.sh are present in runlevel "6". # If not, remove the ones from runlevel "S" so that -# update-rc.d will do it's job. +# update-rc.d will do its job. # if [ ! -f /etc/rc6.d/???hwclock.sh ] && [ ! -f /etc/rc0.d/???hwclock.sh ] then