From 85b90e2318a8d307be46230e86bffdcceda54405 Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Wed, 14 Jan 2015 10:50:18 -0600 Subject: [PATCH] Fix a couple of typos --- debian/changelog | 2 +- debian/postinst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 75bfb45..f5a2a3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -121,7 +121,7 @@ geoip-database-contrib (1.5) unstable; urgency=low * Do not rename GeoLiteCity.dat. * Handle GeoIPCity via update-alternatives (Closes: #624784). - * Do not fail postinst of they file cannot be downloaded. + * Do not fail postinst if the file cannot be downloaded. * Add debconf Russina translation by Yuri Kozlov (Closes: #635147). -- Ludovico Cavedon Sat, 05 Nov 2011 21:45:02 -0700 diff --git a/debian/postinst b/debian/postinst index 48c4086..1118ce0 100644 --- a/debian/postinst +++ b/debian/postinst @@ -8,7 +8,7 @@ case "$1" in . /usr/share/debconf/confmodule - update-geoip-database || echo "Failed to download some files. Run update-geoip-database manually for fix it." + update-geoip-database || echo "Failed to download some files. Run update-geoip-database manually to fix it." db_get geoip-database-contrib/install-cronjob INSTALL_CRONJOB="$RET" -- 1.9.1