summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-06-10 12:26:06 +0100
committerRichard Jones <rjones@redhat.com>2010-06-10 14:30:36 +0100
commit91b00dc092be17a309f14fc35f41dbf1e41c4c58 (patch)
treec0d0a92a6f55508126ff8e8d1ece2cca2e6cf0d7
parent4dad67b6839e758dfbb0a8499fb96b3392b3a37b (diff)
downloadlibguestfs-91b00dc092be17a309f14fc35f41dbf1e41c4c58.tar.gz
libguestfs-91b00dc092be17a309f14fc35f41dbf1e41c4c58.tar.xz
libguestfs-91b00dc092be17a309f14fc35f41dbf1e41c4c58.zip
Fix typo in documentation of guestfs_set_launch_done_callback.
-rw-r--r--src/guestfs.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 3794023a..0f60c8e5 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -1035,7 +1035,7 @@ any state to the CONFIG state).
typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);
void guestfs_set_launch_done_callback (guestfs_h *g,
- guestfs_ready_cb cb,
+ guestfs_launch_done_cb cb,
void *opaque);
The callback function C<cb> will be called when the child process