summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:44:56 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:44:56 +0100
commitb7e84e3fc5418641041f95a80f08fe053c004c27 (patch)
treea0e0865c87e8bd127df674b53b30f3e323c1b255 /README
parentb80f0a3c1f04c4446ab3f7ec019a3888fa098fab (diff)
downloadlogilab-common-b7e84e3fc5418641041f95a80f08fe053c004c27.tar.gz
include Dotan Barak spell fixes patch
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6a816e9..4c2075f 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ Here is a brief description of the available modules :
* bind.py :
Deprecated module.
Provides a way to optimize globals in certain functions by binding
- their names to values provided in a dictionnary.
+ their names to values provided in a dictionary.
* cache.py :
A cache implementation with a least recently used algorithm.
@@ -61,7 +61,7 @@ Here is a brief description of the available modules :
(using optik/optparse) and configuration file.
* corbautils.py:
- Usefull functions for use with the OmniORB CORBA library.
+ Useful functions for use with the OmniORB CORBA library.
* daemon.py :
A daemon mix-in class.