]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix spelling
authorTim Wiederhake <twiederh@redhat.com>
Mon, 4 Jul 2022 08:07:47 +0000 (10:07 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Mon, 4 Jul 2022 08:07:47 +0000 (10:07 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
docs/kbase/secureboot.rst
src/qemu/qemu_migration.c
src/rpc/virnetmessage.c

index ebd9d56da8a6d0c73f92150086b2db57b086daab..8f151c1f2ac1e214915e8031728ad3e3cad7781b 100644 (file)
@@ -49,7 +49,7 @@ snippet:
   </os>
 
 Versions older than 7.2.0 require manually providing all information
-about the firmware and are not covered here. Plese refer to `the
+about the firmware and are not covered here. Please refer to `the
 relevant documentation
 <../formatdomain.html#operating-system-booting>`__ for details.
 
index 368995085f0f6792ae4be88ec5e9843ae1bd7fe3..9c3fd4176174406ee1379339251517dbc911895e 100644 (file)
@@ -2726,7 +2726,7 @@ qemuMigrationAnyCanResume(virDomainObj *vm,
 
     /* This should never happen since POSTCOPY_RESUME is newer than
      * CHANGE_PROTECTION, but let's check it anyway in case we're talking to
-     * a weired client.
+     * a weird client.
      */
     if (job == VIR_ASYNC_JOB_MIGRATION_OUT &&
         expectedPhase < QEMU_MIGRATION_PHASE_PERFORM_RESUME &&
index d298d30d57a3c56b8e6c8e12d704bc55da5491e1..ceba1a5a8e71cf1737e53e87ee65b4071327972b 100644 (file)
@@ -437,7 +437,7 @@ int virNetMessageDecodePayload(virNetMessage *msg,
  * virNetMessageEncodePayloadRaw:
  * @msg: message to encode payload into
  * @data: data to encode into @msg
- * @len: lenght of @data
+ * @len: length of @data
  *
  * Encodes message payload. If @data is NULL or @len is 0 an empty message is
  * encoded.