From 82c27cc3c0d02fb2db779dfb7c4b3b572e2c9d6f Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 31 Jul 2007 03:48:08 +0000 Subject: Add a missing space in ge_content_change description. 2007-07-30 Diego Escalante Urrelo * embed/ephy-embed.c: Add a missing space in ge_content_change description. svn path=/trunk/; revision=7227 --- ChangeLog | 6 ++++++ embed/ephy-embed.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a9b843fe..bdbf333d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-30 Diego Escalante Urrelo + + * embed/ephy-embed.c: + + Add a missing space in ge_content_change description. + 2007-07-30 Diego Escalante Urrelo * lib/ephy-file-helpers.c: diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 55bec83cc..fddbdddd4 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -291,7 +291,7 @@ ephy_embed_base_init (gpointer g_class) * @uri: URI of the new content * * The ::ge_content_change signal is emitted when a new page content - * is being loadedinto the browser. It's a good place to do view + * is being loaded into the browser. It's a good place to do view * related changes, for example to restore the zoom level of a page * or to set an user style sheet. **/ -- cgit