[X2Go-Commits] [libx2goclient] 95/132: src/x2goclient-utils.c: fix typos while referencing function parameters (percent character vs. at character).
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 3 15:26:33 CET 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 2b082697b097a34002a5f6a9e663a4c9042d17e2
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Aug 2 17:02:35 2021 +0200
src/x2goclient-utils.c: fix typos while referencing function parameters (percent character vs. at character).
---
src/x2goclient-utils.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/x2goclient-utils.c b/src/x2goclient-utils.c
index 9c7eeb5..59e7c6c 100644
--- a/src/x2goclient-utils.c
+++ b/src/x2goclient-utils.c
@@ -119,9 +119,9 @@ void x2goclient_clear_strings (gpointer data) {
* If the pointer passed as @end is not %NULL its value will be set to the
* first character after the parsed integer value like strtoll() does under
* the following circumstances:
- * - If %conv_err is %FALSE.
- * - If %conv_err is %TRUE and %min_err is %TRUE.
- * - If %conv_err is %TRUE and %max_err is %TRUE.
+ * - If @conv_err is %FALSE.
+ * - If @conv_err is %TRUE and @min_err is %TRUE.
+ * - If @conv_err is %TRUE and @max_err is %TRUE.
* Otherwise, the pointer value will not be a meaningful one and you should not
* use or rely on it.
*
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list