Fix typos

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Tim Wiederhake 2021-09-10 12:48:47 +02:00
parent 9d26af5e5b
commit 785a11cec8
2 changed files with 2 additions and 2 deletions

View File

@ -789,7 +789,7 @@ virCHMonitorResumeVM(virCHMonitor *mon)
* @mon: Pointer to the monitor * @mon: Pointer to the monitor
* @info: Get VM info * @info: Get VM info
* *
* Retrive the VM info and store in @info * Retrieve the VM info and store in @info
* *
* Returns 0 on success. * Returns 0 on success.
*/ */

View File

@ -100,7 +100,7 @@ testPrepImages(void)
return NULL; return NULL;
} }
/* create the folowing real backing chain with qcow2 images with absolute /* create the following real backing chain with qcow2 images with absolute
* backing and different qcow2 versions: * backing and different qcow2 versions:
* datadir/raw <- datadir/qcow2 (qcow2v2) <- datadir/wrap (qcow2v3) */ * datadir/raw <- datadir/qcow2 (qcow2v2) <- datadir/wrap (qcow2v3) */
cmdraw = virCommandNewArgList(qemuimg, "create", cmdraw = virCommandNewArgList(qemuimg, "create",