From 6ca6133a59373579873e257e0e77ac213e71852b Mon Sep 17 00:00:00 2001 From: Mao Zhongyi Date: Wed, 23 May 2018 15:14:03 +0800 Subject: [PATCH] librados: fix the spelling error Signed-off-by: Mao Zhongyi --- 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 79fa1560348..cb2d4f03911 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.39.5