int unwatch2(uint64_t handle);
int aio_unwatch(uint64_t handle, AioCompletion *c);
/**
- * Send a notify event ot watchers
+ * Send a notify event to watchers
*
* Upon completion the pbl bufferlist reply payload will be
* encoded like so:
* a known error, return it.
*
* If there is an error, the watch is no longer valid, and should
- * be destroyed with unwatch(). The the user is still interested
- * in the object, a new watch should be created with watch().
+ * be destroyed with unwatch(). The user is still interested in
+ * the object, a new watch should be created with watch().
*
* @param cookie watch handle
* @returns ms since last confirmed valid, or error