Fix minor gramatical error in logging

This commit is contained in:
Frans Pop 2007-01-05 07:32:09 +00:00
parent 0916c1be82
commit aabb225eb7
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ correctstatus: status apt-update
apt-update: status apt-update: status
$(Q)if [ "$(ARCHES)" != "source" ] ; then \ $(Q)if [ "$(ARCHES)" != "source" ] ; then \
for ARCH in $(ARCHES); do \ for ARCH in $(ARCHES); do \
echo "Apt-get is updating his files ..."; \ echo "Apt-get is updating its files ..."; \
ARCH=$$ARCH $(apt) update; \ ARCH=$$ARCH $(apt) update; \
done; \ done; \
fi fi