papi: remove python2 vpp-api-python.deb
[vpp.git] / src / pkg / debian / vpp.postrm
index 24b4842..4ef1a59 100644 (file)
@@ -13,9 +13,9 @@ for d in $pci_dirs; do
     done
 done
 if [ -n "${removed}" ]; then
-    echo "There are changes in PCI drivers, rescaning"
+    echo "There are changes in PCI drivers, rescanning"
     echo 1 > /sys/bus/pci/rescan
 else
-    echo "There weren't PCI devices binded"
+    echo "There weren't PCI devices bound"
 fi