From aabb225eb715f01c2c095403dbf1575b15999cbb Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Fri, 5 Jan 2007 07:32:09 +0000 Subject: [PATCH] Fix minor gramatical error in logging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 068cbb46..bd1dc304 100755 --- a/Makefile +++ b/Makefile @@ -247,7 +247,7 @@ correctstatus: status apt-update apt-update: status $(Q)if [ "$(ARCHES)" != "source" ] ; then \ for ARCH in $(ARCHES); do \ - echo "Apt-get is updating his files ..."; \ + echo "Apt-get is updating its files ..."; \ ARCH=$$ARCH $(apt) update; \ done; \ fi