Rev 41: Fix typos. in file:///home/vila/src/bzr/devnotes/

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed Mar 30 13:09:19 UTC 2011


At file:///home/vila/src/bzr/devnotes/

------------------------------------------------------------
revno: 41
revision-id: v.ladeuil+lp at free.fr-20110330130919-f0kyj114u34wpnam
parent: v.ladeuil+lp at free.fr-20101202140003-6cqwy38cvgz6hwvj
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: devnotes
timestamp: Wed 2011-03-30 15:09:19 +0200
message:
  Fix typos.
-------------- next part --------------
=== modified file 'configuration.txt'
--- a/configuration.txt	2010-12-02 14:00:03 +0000
+++ b/configuration.txt	2011-03-30 13:09:19 +0000
@@ -305,12 +305,12 @@
   read once and written once if needed. This should minimize the file system
   accesses or the network requests. There is no known racing scenarios for
   configuration options, changing the existing implementation to this less
-  constrained one shouldn't introduce any. Yet, in order to detect such
-  racing scenarios, we can check that the current content of the
-  configuration file is the expected one before writing the new content and
-  emit warnings if differences occurred. The checks should be performed for
-  the modified values only. As of today, the size of the configuration files
-  are small enough to be kept in memory.
+  constrained one shouldn't introduce any. Yet, in order to detect such racing
+  scenarios, we can add a check that the current content of the configuration
+  file is the expected one before writing the new content and emit warnings if
+  differences occur. The checks should be performed for the modified values
+  only. As of today (and in the foreseeable future), the size of the
+  configuration files are small enough to be kept in memory.
 
 The Config object
 -----------------



More information about the bazaar-commits mailing list