merged r1972 from lp:~paolorotolo/apt/fix-for-967393
[ntk/apt.git] / test / integration / test-disappearing-packages
index 0e0e961..d2ac4ed 100755 (executable)
@@ -39,7 +39,7 @@ COMPAREFILE=$(mktemp)
 echo "The following package disappeared from your system as
 all files have been overwritten by other packages:
   old-pkg
-Note: This is done automatic and on purpose by dpkg." > $COMPAREFILE
+Note: This is done automatically and on purpose by dpkg." > $COMPAREFILE
 $CMD 2>&1 | tail -n 4 | diff $COMPAREFILE - && msgpass || msgfail
 rm $COMPAREFILE