Fix spelling

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
This commit is contained in:
Tim Wiederhake 2022-07-04 10:07:47 +02:00
parent 3b33548dd3
commit 58e6bb8be8
3 changed files with 3 additions and 3 deletions

View 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.

View 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 &&

View 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.