From 29a229724bebaf1947a80a3dca252206232a0643 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 28 Aug 2010 21:05:24 +0200 Subject: Fix a few documentation issues --- include/libssh/libsshpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/libsshpp.hpp') diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp index a6b7a95d..1e2306df 100644 --- a/include/libssh/libsshpp.hpp +++ b/include/libssh/libsshpp.hpp @@ -369,7 +369,7 @@ public: Channel *newchan = new Channel(getSession(),x11chan); return newchan; } - /** @change the size of a pseudoterminal + /** @brief change the size of a pseudoterminal * @param[in] cols number of columns * @param[in] rows number of rows * @throws SshException on error -- cgit