From 764b84da56b0cfb72e9587b2f150a2dd9ddb1865 Mon Sep 17 00:00:00 2001 From: Peter Lyons Date: Sat, 19 Sep 2020 08:28:00 -0600 Subject: [PATCH] Doc typo mislabeled height --- objects/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/client.c b/objects/client.c index b617a9e7..f3754a1e 100644 --- a/objects/client.c +++ b/objects/client.c @@ -3380,7 +3380,7 @@ HANDLE_TITLEBAR(left, CLIENT_TITLEBAR_LEFT) * @tparam integer geo.x The horizontal position. * @tparam integer geo.y The vertical position. * @tparam integer geo.width The width. - * @tparam integer geo.width The height. + * @tparam integer geo.height The height. * @treturn table A table with client geometry and coordinates. * @method geometry * @see struts