Skip to content

Commit

Permalink
include/rados: Fix typo in rados_ioctx_cct() doc
Browse files Browse the repository at this point in the history
This fixes PR#15077.

Signed-off-by: Jos Collin <[email protected]>
  • Loading branch information
joscollin committed May 23, 2017
1 parent 2839052 commit c969709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/rados/librados.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c969709

Please sign in to comment.