Signed-off-by: Mao Zhongyi <maozy.fnst@xxxxxxxxxxxxxx> --- src/include/rados/librados.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/rados/librados.hpp b/src/include/rados/librados.hpp index 79fa156..cb2d4f0 100644 --- a/src/include/rados/librados.hpp +++ b/src/include/rados/librados.hpp @@ -1141,7 +1141,7 @@ namespace librados 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: @@ -1189,8 +1189,8 @@ namespace librados * 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 -- 2.9.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html