aboutsummaryrefslogtreecommitdiffstats
path: root/src/pkg/debian/vpp.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/debian/vpp.postrm')
-rw-r--r--src/pkg/debian/vpp.postrm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/debian/vpp.postrm b/src/pkg/debian/vpp.postrm
index 24b4842fd0a..4ef1a59e070 100644
--- a/src/pkg/debian/vpp.postrm
+++ b/src/pkg/debian/vpp.postrm
@@ -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