xeme/xeme

Fix a mislabeled doc comment

4 months ago, Gary Kramlich
3fa28d9884f6
Parents 841b70e8dbf5
Children 8747bf715804
Fix a mislabeled doc comment

Testing Done:
Built the docs and verified the documentation was there.

Reviewed at https://reviews.imfreedom.org/r/2954/
--- a/xeme/xemeconnection.h Sat Feb 10 01:39:41 2024 -0600
+++ b/xeme/xemeconnection.h Wed Feb 14 01:43:13 2024 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Xeme Developers
+ * Copyright (C) 2023-2024 Xeme Developers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -216,7 +216,7 @@
void xeme_connection_set_tls_mode(XemeConnection *connection, XemeTlsMode tls_mode);
/**
- * xeme_connection_connection_async:
+ * xeme_connection_connect_async:
* @connection: The instance.
* @input: The [class@InputStream] to use.
* @resolver: (transfer full) (nullable): An optional proxy resolver.