From: Mao Zhongyi Date: Wed, 23 May 2018 07:14:03 +0000 (+0800) Subject: librados: fix the spelling error X-Git-Tag: v14.0.1~1231^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ca6133a59373579873e257e0e77ac213e71852b;p=ceph.git librados: fix the spelling error Signed-off-by: Mao Zhongyi --- diff --git a/src/include/rados/librados.hpp b/src/include/rados/librados.hpp index 79fa15603487..cb2d4f03911d 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