• E
    maint: fix improper use of 'an' · 3a9ce767
    Eric Blake 提交于
    https://bugzilla.redhat.com/show_bug.cgi?id=648855 mentioned a
    misuse of 'an' where 'a' is proper; that has since been fixed,
    but a search found other problems (some were a spelling error for
    'and', while most were fixed by 'a').
    
    * daemon/stream.c: Fix grammar.
    * src/conf/domain_conf.c: Likewise.
    * src/conf/domain_event.c: Likewise.
    * src/esx/esx_driver.c: Likewise.
    * src/esx/esx_vi.c: Likewise.
    * src/rpc/virnetclient.c: Likewise.
    * src/rpc/virnetserverprogram.c: Likewise.
    * src/storage/storage_backend_fs.c: Likewise.
    * src/util/conf.c: Likewise.
    * src/util/dnsmasq.c: Likewise.
    * src/util/iptables.c: Likewise.
    * src/xen/xen_hypervisor.c: Likewise.
    * src/xen/xend_internal.c: Likewise.
    * src/xen/xs_internal.c: Likewise.
    * tools/virsh.c: Likewise.
    3a9ce767
esx_vi.c 140.1 KB