[libgrss] Switch all instances of 'informations' to 'information' Thanks to Jon Bernard <jbernard debian org>
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgrss] Switch all instances of 'informations' to 'information' Thanks to Jon Bernard <jbernard debian org>
- Date: Mon, 5 Apr 2010 21:58:22 +0000 (UTC)
commit a50da483116299f94efb105215b473a3c1f86301
Author: Roberto Guido <bob4mail gmail com>
Date: Mon Apr 5 23:58:55 2010 +0200
Switch all instances of 'informations' to 'information'
Thanks to Jon Bernard <jbernard debian org>
src/feed-channel.c | 6 +++---
src/feed-item.c | 2 +-
src/feeds-subscriber.c | 4 ++--
src/ns-handler.c | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/feed-channel.c b/src/feed-channel.c
index 6535edd..e80cd23 100644
--- a/src/feed-channel.c
+++ b/src/feed-channel.c
@@ -351,7 +351,7 @@ feed_channel_get_category (FeedChannel *channel)
* @hub: hub for the feed, or NULL
* @self: target referencing the feed, or NULL
*
- * To set informations about PubSubHub for the channel. Options can be set
+ * To set information about PubSubHub for the channel. Options can be set
* alternatively, only with hub != %NULL or self != %NULL, and are saved
* internally to the object: the hub is considered valid
* (feed_channel_get_pubsubhub() returns %TRUE) only when both parameters has
@@ -382,7 +382,7 @@ feed_channel_set_pubsubhub (FeedChannel *channel, gchar *hub, gchar *self)
* @hub: location for the hub string, or NULL
* @self: location for the reference to the feed, or NULL
*
- * Retrieves informations about the PubSub hub of the channel
+ * Retrieves information about the PubSub hub of the channel
*
* Return value: %TRUE if a valid PubSub hub has been set for the @channel,
* %FALSE otherwise
@@ -534,7 +534,7 @@ feed_channel_set_generator (FeedChannel *channel, gchar *generator)
* feed_channel_get_generator:
* @channel: a #FeedChannel
*
- * Retrieves informations about the feed's software generator
+ * Retrieves information about the feed's software generator
*
* Return value: generator of @channel, or NULL
*/
diff --git a/src/feed-item.c b/src/feed-item.c
index e1e6e8d..c3aa1b7 100644
--- a/src/feed-item.c
+++ b/src/feed-item.c
@@ -28,7 +28,7 @@
* SECTION: feed-item
* @short_description: a feed item
*
- * #FeedItem is an abstraction for an item, collects all informations about a
+ * #FeedItem is an abstraction for an item, collects all information about a
* single element found into a feed
*/
diff --git a/src/feeds-subscriber.c b/src/feeds-subscriber.c
index 6653f88..419c198 100644
--- a/src/feeds-subscriber.c
+++ b/src/feeds-subscriber.c
@@ -38,7 +38,7 @@
* engage a subscription for each #FeedChannel passed with
* feeds_subscriber_listen(), and waits for direct notifications by the
* remote hub.
- * For more informations look at http://code.google.com/p/pubsubhubbub/
+ * For more information look at http://code.google.com/p/pubsubhubbub/
*/
typedef enum {
@@ -531,7 +531,7 @@ detect_internet_address (FeedsSubscriber *sub)
len = sizeof (myaddr);
if (getsockname (sockfd, (struct sockaddr*) &myaddr, &len) != 0) {
close (sockfd);
- g_warning ("Unable to obtain informations about interface exposed to Internet");
+ g_warning ("Unable to obtain information about interface exposed to Internet");
return NULL;
}
diff --git a/src/ns-handler.c b/src/ns-handler.c
index 895f40e..53f73ff 100644
--- a/src/ns-handler.c
+++ b/src/ns-handler.c
@@ -442,7 +442,7 @@ static void
ns_atom10_channel (FeedChannel *feed, xmlNodePtr cur)
{
/*
- Used to manage PubSubHub informations in RSS feeds
+ Used to manage PubSubHub information in RSS feeds
*/
gchar *href;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]