diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-01-31 06:16:05 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-01-31 06:16:05 +0800 |
commit | dc9814258153575748d18243304d7d594e673545 (patch) | |
tree | 8257b3f729b89ba4579298945afc188680ce7e43 /camel | |
parent | e8ab6acfb9f1fe2cfcdc0dde3f246fcc5dd7cc4e (diff) | |
download | gsoc2013-evolution-dc9814258153575748d18243304d7d594e673545.tar.gz gsoc2013-evolution-dc9814258153575748d18243304d7d594e673545.tar.zst gsoc2013-evolution-dc9814258153575748d18243304d7d594e673545.zip |
Fix spelling error in provider description
2004-01-30 Rodney Dawes <dobey@ximian.com>
* providers/groupwise/camel-groupwise-provider.c: Fix spelling error in
provider description
Fixes #53572
svn path=/trunk/; revision=24550
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 7 | ||||
-rw-r--r-- | camel/providers/groupwise/camel-groupwise-provider.c | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 61f0bb0124..0c85f68590 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2004-01-30 Rodney Dawes <dobey@ximian.com> + + * providers/groupwise/camel-groupwise-provider.c: Fix spelling error in + provider description + + Fixes #53572 + 2004-01-30 Jeffrey Stedfast <fejj@ximian.com> * camel.c (camel_init): Protect against multiple camel_init() diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c index aa24ed5738..c9fc7946fa 100644 --- a/camel/providers/groupwise/camel-groupwise-provider.c +++ b/camel/providers/groupwise/camel-groupwise-provider.c @@ -82,7 +82,7 @@ static CamelProvider groupwise_provider = { "groupwise", N_("Novell GroupWise"), - N_("For accesing Novell Groupwise servers"), + N_("For accessing Novell Groupwise servers"), "mail", |