This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 0eaa64ee9fcc6c9fd2a27e54d773f15637fca904 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 3 13:25:41 2021 +0100 src/x2goclient-{network-ssh.c,openssh-version.h}: fix typos in documentation. --- src/x2goclient-network-ssh.c | 2 +- src/x2goclient-openssh-version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c index 3bea957..69bc7d0 100644 --- a/src/x2goclient-network-ssh.c +++ b/src/x2goclient-network-ssh.c @@ -1546,7 +1546,7 @@ static gboolean x2goclient_network_ssh_fetch_openssh_version (X2GoClientNetworkS * combinations are invalid and will lead to the function terminating without * processing any data. * - * This function exists because the #printf formatter specifier + * This function exists because the #printf format specifier * <code>%.*s</code>, which limits the size of the string to be printed, is * limited to the size that can be passed via an #int. To work around that, * it splits up the string into %INT_MAX increments (if needed) and prints diff --git a/src/x2goclient-openssh-version.h b/src/x2goclient-openssh-version.h index 082171b..f906936 100644 --- a/src/x2goclient-openssh-version.h +++ b/src/x2goclient-openssh-version.h @@ -79,13 +79,13 @@ void x2goclient_openssh_version_free (X2GoClientOpenSSHVersion * const openssh_v * @X2GOCLIENT_OPENSSH_VERSION_ERROR_NOT_AT_MAJOR_SEPARATOR: version parsing * stopped after * major version at - * a non-dot-non, + * a non-dot, * non-numeric * character. * @X2GOCLIENT_OPENSSH_VERSION_ERROR_NOT_AT_MINOR_SEPARATOR: version parsing * stopped after * minor version at - * a non-dot-non, + * a non-dot, * non-numeric * character. * @X2GOCLIENT_OPENSSH_VERSION_ERROR_MAJOR_NOT_NUMERIC: major version number -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git