From 75d5bb457f604da62a5b821ea0abfa61d38ee156 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 28 Mar 2009 22:34:51 +0000 Subject: Fix typos. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@301 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/sftp.h | 2 +- libssh/log.c | 2 +- libssh/socket.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index ca549e35..54d1f26f 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -32,7 +32,7 @@ MA 02111-1307, USA. */ * it can fetch it, while continuing to read for other messages (it is * inspecified in which order messages may be sent back to the client * - * @defgroup ssh_sftp SFTP functions + * @defgroup ssh_sftp SFTP Functions * @{ */ diff --git a/libssh/log.c b/libssh/log.c index e4d6893e..88e3f4fd 100644 --- a/libssh/log.c +++ b/libssh/log.c @@ -19,7 +19,7 @@ * MA 02111-1307, USA. */ -/** \defgroup ssh_log SSH logging +/** \defgroup ssh_log SSH Logging * \brief Logging functions for debugging and problem resolving */ /** \addtogroup ssh_log diff --git a/libssh/socket.c b/libssh/socket.c index f60c2494..10ab2776 100644 --- a/libssh/socket.c +++ b/libssh/socket.c @@ -51,7 +51,7 @@ #define USE_SELECT #endif -/** \defgroup ssh_socket Sockets +/** \defgroup ssh_socket SSH Sockets * \addtogroup ssh_socket * @{ */ -- cgit