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