doc/book/en/intro/concepts/index.rst
changeset 4446 a413fac5ff5e
parent 4442 7bc0e4ed4109
child 5134 910e021131d1
--- a/doc/book/en/intro/concepts/index.rst	Wed Feb 03 20:35:48 2010 +0100
+++ b/doc/book/en/intro/concepts/index.rst	Wed Feb 03 21:02:15 2010 +0100
@@ -82,10 +82,10 @@
 All interactions with the repository are done using the Relation Query Language
 (RQL). The repository federates the data sources and hides them from the
 querier, which does not realize when a query spans accross several data sources
-and._cwuires running sub-queries and merges to complete.
+and requires running sub-queries and merges to complete.
 
 It is common to run the web engine and the repository in the same process (see
-instances of type all-in-one above), but this is not a._cwuirement. A repository
+instances of type all-in-one above), but this is not a requirement. A repository
 can be set up to be accessed remotely using Pyro (`Python Remote Objects`_) and
 act as a server.
 
@@ -298,7 +298,7 @@
   - instances are stored in :file:`~/etc/cubicweb.d`
   - temporary files (such as pid file) in :file:`/tmp`
 
-* 'system', resources are searched / created in the system directories (eg usually._cwuiring root access):
+* 'system', resources are searched / created in the system directories (eg usually requiring root access):
   - instances are stored in :file:`/etc/cubicweb.d`
   - temporary files (such as pid file) in :file:`/var/run/cubicweb`