From 3c6e692ca98320925eb88f12dc8628c87239e264 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 1 Dec 2015 00:26:08 +0100 Subject: [PATCH] include/rados/librados.h: fix typo This typo causes a warning when building the docs. Signed-off-by: Nathan Cutler --- 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 f13737b75050f..6c17cf6734411 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 -- 2.39.5