]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: fix grammar errors
authorEric Blake <eblake@redhat.com>
Mon, 11 Apr 2011 22:25:25 +0000 (16:25 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 12 Apr 2011 15:06:14 +0000 (09:06 -0600)
commit99fa30804b2477397806e197c6650e35df9041d9
tree702a68d57f6e502ee60ac5fc71bbbec24cb823a7
parent0ddc8d0aebf2e727c78aa09a0f507766297f4e7c
maint: fix grammar errors

Jim Meyering recently improved gnulib to catch various grammar
errors during 'make syntax-check'.

* .gnulib: Update to latest, for syntax-check improvements.
* include/libvirt/libvirt.h.in (virConnectAuthCallbackPtr): Use
cannot rather than two words.
* src/driver.c: Likewise.
* src/driver.h (VIR_SECRET_GET_VALUE_INTERNAL_CALL): Likewise.
* src/remote/remote_driver.c (initialize_gnutls): Likewise.
* src/util/pci.c (pciBindDeviceToStub): Likewise.
* src/storage/storage_backend.c (virStorageBackendCreateQemuImg):
Likewise.
(virStorageBackendUpdateVolTargetInfoFD): Avoid doubled word.
* docs/formatdomain.html.in: Likewise.
* src/qemu/qemu_process.c (qemuProcessStart): Likewise.
* cfg.mk (exclude_file_name_regexp--sc_prohibit_can_not)
(exclude_file_name_regexp--sc_prohibit_doubled_word): Exclude
existing translation problems.
.gnulib
cfg.mk
docs/formatdomain.html.in
include/libvirt/libvirt.h.in
src/driver.c
src/driver.h
src/qemu/qemu_process.c
src/remote/remote_driver.c
src/storage/storage_backend.c
src/util/pci.c