소스 검색

package/libvirt: fix typo in init script comment

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Korsgaard 10 달 전
부모
커밋
6599d68a66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/libvirt/S92libvirtd

+ 1 - 1
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() {