summaryrefslogtreecommitdiffstats
path: root/python/qemu/aqmp
diff options
context:
space:
mode:
authorJohn Snow2022-01-11 00:28:44 +0100
committerJohn Snow2022-01-21 22:01:31 +0100
commitdc6877bd2ea04a38700adcea2359d5d20c1082a6 (patch)
treee9bcb6a834d3827e7a14145df88804ecd2e27c6b /python/qemu/aqmp
parentpython: use avocado's "new" runner (diff)
downloadqemu-dc6877bd2ea04a38700adcea2359d5d20c1082a6.tar.gz
qemu-dc6877bd2ea04a38700adcea2359d5d20c1082a6.tar.xz
qemu-dc6877bd2ea04a38700adcea2359d5d20c1082a6.zip
python/aqmp: fix docstring typo
Reported-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Beraldo Leal <bleal@redhat.com>
Diffstat (limited to 'python/qemu/aqmp')
-rw-r--r--python/qemu/aqmp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qemu/aqmp/__init__.py b/python/qemu/aqmp/__init__.py
index 880d5b6fa7..173556404d 100644
--- a/python/qemu/aqmp/__init__.py
+++ b/python/qemu/aqmp/__init__.py
@@ -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.
"""