From 372506e9c4e59d43f4af92626457c2d6a415102f Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 21 Feb 2011 18:49:05 +0100 Subject: [PATCH] Fix grammatical typo in util-linux.postinst --- debian/util-linux.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5