diff options
author | Kjartan Maraas <kmaraas@src.gnome.org> | 2006-08-17 21:19:36 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2006-08-17 21:19:36 +0800 |
commit | 32cf31fe733aa62c3da284bf2c0dcc47c861dd7e (patch) | |
tree | 6e072c141389b208c0fddc34c37256ddc6f64b3e /doc | |
parent | ae883354ed0959411a29e454066c60e3711e4720 (diff) | |
download | gsoc2013-evolution-32cf31fe733aa62c3da284bf2c0dcc47c861dd7e.tar.gz gsoc2013-evolution-32cf31fe733aa62c3da284bf2c0dcc47c861dd7e.tar.zst gsoc2013-evolution-32cf31fe733aa62c3da284bf2c0dcc47c861dd7e.zip |
Fix a couple of typos
svn path=/trunk/; revision=32566
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Design | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Design b/doc/Design index 7b7cf6f821..3e8f9bea3c 100644 --- a/doc/Design +++ b/doc/Design @@ -63,7 +63,7 @@ Miguel de Icaza. applications that use the above components to get their work done. To achieve this Evolution is designed to be scriptable, and it - exports its internals trough CORBA/Bonobo. It is implemented + exports its internals through CORBA/Bonobo. It is implemented as a collection of Bonobo containers and Bonobo components. There is a clean separation between the views (the user @@ -92,7 +92,7 @@ Miguel de Icaza. nested, and the package does grouping of information displayed according to the criteria defined there. - This is used in multiple places troughout evolution: it is + This is used in multiple places throughout evolution: it is used for the Mail summary display, for the TODO display and TODO new data entry and for the address book. |