From: Nathan Cutler Date: Mon, 30 Nov 2015 23:26:08 +0000 (+0100) Subject: include/rados/librados.h: fix typo X-Git-Tag: v10.0.2~146^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6741%2Fhead;p=ceph.git include/rados/librados.h: fix typo This typo causes a warning when building the docs. Signed-off-by: Nathan Cutler --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index f13737b75050..6c17cf673441 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -145,7 +145,7 @@ enum { typedef void *rados_t; /** - * @tyepdef rados_config_t + * @typedef rados_config_t * * A handle for the ceph configuration context for the rados_t cluster * instance. This can be used to share configuration context/state