[libsoup/wip/xclaesse/xmlrpc] xmlrpc: doc: fix typo
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/xclaesse/xmlrpc] xmlrpc: doc: fix typo
- Date: Tue, 23 Jun 2015 20:19:58 +0000 (UTC)
commit ddb91c793955a3d31e920f658c9b7a212de4f7e6
Author: Xavier Claessens <xavier claessens collabora com>
Date: Tue Jun 23 15:18:31 2015 -0400
xmlrpc: doc: fix typo
libsoup/soup-xmlrpc.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libsoup/soup-xmlrpc.c b/libsoup/soup-xmlrpc.c
index 0984965..458284e 100644
--- a/libsoup/soup-xmlrpc.c
+++ b/libsoup/soup-xmlrpc.c
@@ -1082,7 +1082,7 @@ parse_value (xmlNode *node, const char **signature, GError **error)
if (class != G_VARIANT_CLASS_VARIANT &&
class != G_VARIANT_CLASS_INT64) {
g_set_error (error, SOUP_XMLRPC_ERROR, SOUP_XMLRPC_ERROR_ARGUMENTS,
- "<dateTime.iso8601> node does not match signalture");
+ "<dateTime.iso8601> node does not match signature");
goto fail;
}
@@ -1267,16 +1267,16 @@ fail:
* known to determine @parameters' signature.
*
* Deserialization details:
- * - If @signalture is provided, <int> and <i4> can be deserialized
+ * - If @signature is provided, <int> and <i4> can be deserialized
* to byte, int16, uint16, int32, uint32, int64, uint64 or handle. Otherwise
* it will be int32. If the value is out of range for the target type it will
* return an @error.
- * - <struct> will be deserialized to "a{sv}". @signalture could define
+ * - <struct> will be deserialized to "a{sv}". @signature could define
* another value type (e.g. "a{ss}").
- * - <array> will be deserialized to "av". @signalture could define
+ * - <array> will be deserialized to "av". @signature could define
* another element type (e.g. "as") or could be a tuple (e.g. "(ss)").
* - <base64> will be deserialized to "ay".
- * - <string> will be deserialized to "s". @signalture could define
+ * - <string> will be deserialized to "s". @signature could define
* another type ("o" or "g").
* - <dateTime.iso8601> will be deserialized to int64 unix timestamp.
* - @signature must not have maybes, otherwise an @error is returned.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]