[gupnp] Fix Typos
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] Fix Typos
- Date: Mon, 11 Mar 2013 09:23:50 +0000 (UTC)
commit 77c728ea7a5997ef10b469de2ac5d83cd304b02f
Author: Benjamin Kerensa <bkerensa ubuntu com>
Date: Sun Mar 10 16:36:53 2013 -0700
Fix Typos
https://bugzilla.gnome.org/show_bug.cgi?id=695591
libgupnp/gupnp-service-introspection.c | 6 +++---
libgupnp/gupnp-service.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libgupnp/fix_typos.patch b/libgupnp/fix_typos.patch
new file mode 100644
index 0000000..e69de29
diff --git a/libgupnp/fix_typos_gupnp.patch b/libgupnp/fix_typos_gupnp.patch
new file mode 100644
index 0000000..e69de29
diff --git a/libgupnp/gupnp-service-introspection.c b/libgupnp/gupnp-service-introspection.c
index e3335f3..ebcc7a2 100644
--- a/libgupnp/gupnp-service-introspection.c
+++ b/libgupnp/gupnp-service-introspection.c
@@ -445,7 +445,7 @@ set_variable_type (GUPnPServiceStateVariableInfo *variable,
}
if (type == G_TYPE_INVALID) {
- g_warning ("Unkown type '%s' in the SCPD", data_type);
+ g_warning ("Unknown type '%s' in the SCPD", data_type);
return FALSE;
}
@@ -851,7 +851,7 @@ state_variable_search_func (GUPnPServiceStateVariableInfo *variable,
/**
* gupnp_service_introspection_get_state_variable:
* @introspection: A #GUPnPServiceIntrospection
- * @variable_name: The name of the variable to retreive
+ * @variable_name: The name of the variable to retrieve
*
* Returns the state variable by the name @variable_name in this service.
*
@@ -888,7 +888,7 @@ action_search_func (GUPnPServiceActionInfo *action,
/**
* gupnp_service_introspection_get_action:
* @introspection: A #GUPnPServiceIntrospection
- * @action_name: The name of the action to retreive
+ * @action_name: The name of the action to retrieve
*
* Returns the action by the name @action_name in this service.
*
diff --git a/libgupnp/gupnp-service.c b/libgupnp/gupnp-service.c
index e50f1fa..2c4fd45 100644
--- a/libgupnp/gupnp-service.c
+++ b/libgupnp/gupnp-service.c
@@ -491,7 +491,7 @@ gupnp_service_action_get_value (GUPnPServiceAction *action,
}
if (!found)
- g_warning ("Failed to retreive '%s' argument of '%s' action",
+ g_warning ("Failed to retrieve '%s' argument of '%s' action",
argument,
action->name);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]