s/wakup/wakeup
Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
complete RPC message has been read off the wire (and optionally
decrypted), it will be placed on the 'dx' job queue for the
associated client object. The job condition will be signalled and
-a worker will wakup and process it.
+a worker will wakeup and process it.
The worker thread must quickly drop its locks on the server and
client to allow the main event loop thread to continue running
/**
* virEventPollInterrupt: wakeup any thread waiting in poll()
*
- * return -1 if wakup failed
+ * return -1 if wakeup failed
*/
int virEventPollInterrupt(void);