]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
python/aqmp: fix docstring typo
authorJohn Snow <jsnow@redhat.com>
Mon, 10 Jan 2022 23:28:44 +0000 (18:28 -0500)
committerJohn Snow <jsnow@redhat.com>
Fri, 21 Jan 2022 21:01:31 +0000 (16:01 -0500)
Reported-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
python/qemu/aqmp/__init__.py

index 880d5b6fa7f2c966542b12e2557153af15947b8d..173556404d49d871a92a01ab57f71c5a22585711 100644 (file)
@@ -6,7 +6,7 @@ asynchronously with QMP protocol servers, as implemented by QEMU, the
 QEMU Guest Agent, and the QEMU Storage Daemon.
 
 `QMPClient` provides the main functionality of this package. All errors
-raised by this library dervive from `AQMPError`, see `aqmp.error` for
+raised by this library derive from `AQMPError`, see `aqmp.error` for
 additional detail. See `aqmp.events` for an in-depth tutorial on
 managing QMP events.
 """