From e5648e03b17d4b12e91c2daf3374302f96d686b3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 14 Sep 2024 09:19:29 +0200 Subject: [PATCH] package/libvirt: fix typo in init script comment Signed-off-by: Peter Korsgaard Signed-off-by: Thomas Petazzoni (cherry picked from commit 6599d68a66a242cfae9d484da2f7fdaa50c3aa31) Signed-off-by: Peter Korsgaard --- package/libvirt/S92libvirtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libvirt/S92libvirtd b/package/libvirt/S92libvirtd index 736519f3d0..35368ef5a2 100644 --- a/package/libvirt/S92libvirtd +++ b/package/libvirt/S92libvirtd @@ -47,7 +47,7 @@ load_modules() { } # -# If libvirtd dies it leves behind one stale dnsmasq per virtual network that +# If libvirtd dies it leaves behind one stale dnsmasq per virtual network that # must be killed before starting libvirtd again. # rm_stale_dnsmasq() {