[Checkins] SVN: grok/trunk/doc/upgrade.txt "descriminator" -> "discriminator"

Martijn Faassen faassen at infrae.com
Wed Oct 31 09:27:43 EDT 2007


Log message for revision 81269:
  "descriminator" -> "discriminator"
  

Changed:
  U   grok/trunk/doc/upgrade.txt

-=-
Modified: grok/trunk/doc/upgrade.txt
===================================================================
--- grok/trunk/doc/upgrade.txt	2007-10-31 11:43:11 UTC (rev 81268)
+++ grok/trunk/doc/upgrade.txt	2007-10-31 13:27:42 UTC (rev 81269)
@@ -39,13 +39,13 @@
   should now be doing this::
 
     config.action(
-        descriminator=('somecomponent', name),
+        discriminator=('somecomponent', name),
         callable=registerSomeComponent,
         args=(name,)
         )
 
-  The descriminator should be chosen so that registrations with the
-  same descriminator conflict (in the above example, if somebody tried
+  The discriminator should be chosen so that registrations with the
+  same discriminator conflict (in the above example, if somebody tried
   to register two different components under the same name, you'd get
   a conflict).
 



More information about the Checkins mailing list