]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
librados: fix the spelling error
authorMao Zhongyi <maozy.fnst@cn.fuitsu.com>
Wed, 23 May 2018 07:14:03 +0000 (15:14 +0800)
committerMao Zhongyi <maozy.fnst@cn.fujitsu.com>
Thu, 31 May 2018 12:35:39 +0000 (20:35 +0800)
Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
src/include/rados/librados.hpp

index 79fa156034873c9b914a28fc5da380b93769b0db..cb2d4f03911de0a116a44e7a0dcb1e6d5a8e55ce 100644 (file)
@@ -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