From c969709b202045f5c0c4656c0ff0e8729aad19c4 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Tue, 23 May 2017 09:33:12 +0530 Subject: [PATCH] include/rados: Fix typo in rados_ioctx_cct() doc This fixes PR#15077. Signed-off-by: Jos Collin --- src/include/rados/librados.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index e111380a0fb..603da71d1a3 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -742,7 +742,7 @@ CEPH_RADOS_API int rados_ioctx_create2(rados_t cluster, int64_t pool_id, CEPH_RADOS_API void rados_ioctx_destroy(rados_ioctx_t io); /** - * Get configuration hadnle for a pool handle + * Get configuration handle for a pool handle * * @param io pool handle * @returns rados_config_t for this cluster -- 2.47.3