From a6a10a52eb027689cffc7ec97b1548bc57c010d2 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Tue, 30 Apr 2013 16:28:20 +0200 Subject: [PATCH] Fix typo in augeas comment --- src/qemu/libvirtd_qemu.aug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/libvirtd_qemu.aug b/src/qemu/libvirtd_qemu.aug index 61740a9146..a3dcb30d22 100644 --- a/src/qemu/libvirtd_qemu.aug +++ b/src/qemu/libvirtd_qemu.aug @@ -74,7 +74,7 @@ module Libvirtd_qemu = | int_entry "keepalive_interval" | int_entry "keepalive_count" - (* Each enty in the config is one of the following three ... *) + (* Each entry in the config is one of the following ... *) let entry = vnc_entry | spice_entry | remote_display_entry -- GitLab