]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix typos
authorTim Wiederhake <twiederh@redhat.com>
Mon, 16 May 2022 11:02:06 +0000 (13:02 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Wed, 1 Jun 2022 07:55:48 +0000 (09:55 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_fd.c
src/util/virfile.c
tests/meson.build

index bc6a37663cc69aa16e98f1c2f73bf7fe354a6a12..6311161657ebabbaa15671bee30ac65399d02da0 100644 (file)
@@ -262,7 +262,7 @@ qemuFDPassDirectFree(qemuFDPassDirect *fdpass)
  * @fd: The FD, cleared when passed.
  *
  * The qemuFDPassDirect helper returned by this helper is used to hold a FD
- * passed to qemu either direcly via FD number when used on commandline or the
+ * passed to qemu either directly via FD number when used on commandline or the
  * 'getfd' QMP command.
  */
 qemuFDPassDirect *
index e4522b5f672a99cde127a7c7e7b818e258078608..99da058db3bb24733f58705a491ce6286a0b929f 100644 (file)
@@ -4595,7 +4595,7 @@ struct runIOParams {
  *
  * Execute the copy based on the passed parameters.
  *
- * Returns: size transfered, or < 0 on error.
+ * Returns: size transferred, or < 0 on error.
  */
 
 static off_t
index 1871f5e6116a4384c948878c93ae223686ae4a0b..bc9d8ccc4c3152d66fa9032c760d165ff2d54057 100644 (file)
@@ -47,7 +47,7 @@ tests_env = [
 #
 #  (process:50880): GLib-WARNING **: 02:54:15.272: poll(2) failed due to: Bad file descriptor.
 #
-# Our code is inherantly racy, calling g_source_destroy which
+# Our code is inherently racy, calling g_source_destroy which
 # removes the FD from the event thread poll asynchronously
 # but we close the FD immediately after g_source_destroy returns.
 #