]> git.saurik.com Git - apt.git/commitdiff
typo fix
authorSteve Langasek <steve.langasek@canonical.com>
Mon, 5 Nov 2012 20:32:50 +0000 (12:32 -0800)
committerMichael Vogt <mvo@debian.org>
Fri, 14 Feb 2014 19:27:21 +0000 (20:27 +0100)
test/integration/test-kernel-helper-autoremove

index 4c0571b13c9a013e563402ff7c04e1fb9fe3076c..52fa01bc54748b85eff301e4f2899c1bb71cc70c 100755 (executable)
@@ -28,7 +28,7 @@ sh  ${TESTDIR}/../../debian/apt.auto-removal.sh
 # and ensure its there, valid and version 10.0.0-1 is there too
 test -e $TMPDIR/apt.conf.d/01autoremove-kernels
 apt-config -c ${APT_CONFIG} dump|grep -q "APT::NeverAutoRemove::.*\^linux-image-10.0.0-1-generic\.\*" 
-# ... and also that the running kernel is exlucded
+# ... and also that the running kernel is excluded
 apt-config -c ${APT_CONFIG} dump|grep -q "APT::NeverAutoRemove::.*\^linux-image-$(uname -r)\.\*" 
 
 # done