aboutsummaryrefslogtreecommitdiffstats
path: root/devel-docs
diff options
context:
space:
mode:
authorMichael Meeks <mmeeks@src.gnome.org>1999-11-26 21:05:15 +0800
committerMichael Meeks <mmeeks@src.gnome.org>1999-11-26 21:05:15 +0800
commitb92f33ed1198949e1275f8b7580fa3e367a47450 (patch)
tree40b4f3c9482e16c8762ee07f0f3cf8b010c18f96 /devel-docs
parenta9efae5d56892a8535196a4aaf4097270b3bc2f5 (diff)
downloadgsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.gz
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.bz2
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.lz
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.xz
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.zst
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.zip
more small typo fixes.
svn path=/trunk/; revision=1438
Diffstat (limited to 'devel-docs')
-rw-r--r--devel-docs/camel/README_AND_TODO.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel-docs/camel/README_AND_TODO.txt b/devel-docs/camel/README_AND_TODO.txt
index a842e57bd1..5feeb1e4e9 100644
--- a/devel-docs/camel/README_AND_TODO.txt
+++ b/devel-docs/camel/README_AND_TODO.txt
@@ -1,4 +1,4 @@
-Camel is currently (conceptually) separated in four parts:
+Camel is currently (conceptualy) separated in four parts:
* the session handling
* the storage mechanism.
@@ -15,13 +15,13 @@ CamelSession is an object used to store some parameters on a user
basis. This can be a permanent (fs based) or volatile
(ram only) storage depending on user preferences.
The session object is, for example, responsible for
-remmbering authentication datas during application lifetime.
+remembering authentication datas during application lifetime.
It is also responsible for selecting and loading providers
corresponding to protocols. In the case where only one
-provider exists for a given protocols, the task is trivial,
+provider exists for a given protocol, the task is trivial,
but when multiple providers exist for a given protocol, the
-user can choose its prefered one. Given its relationship
-with providers, the session objects is also used to instanciate
+user can choose their prefered one. Given its relationship
+with providers, the session object is also used to instanciate
a store given an URL.
Associated Classes: