Index: library/xotcl/library/lib/mixinStrategy.xotcl =================================================================== diff -u -rc4f449cb353be812ba6502ef8e9587e87881f59b -r50bf7579329a24ed63b1cab7f4b47906f1e38dc2 --- library/xotcl/library/lib/mixinStrategy.xotcl (.../mixinStrategy.xotcl) (revision c4f449cb353be812ba6502ef8e9587e87881f59b) +++ library/xotcl/library/lib/mixinStrategy.xotcl (.../mixinStrategy.xotcl) (revision 50bf7579329a24ed63b1cab7f4b47906f1e38dc2) @@ -13,7 +13,7 @@ <@p> Naming conventions for strategies: All strategies must follow the naming convention 'kind=implementation'. - Examples are the persistency strategy 'eager' specfied as + Examples are the persistency strategy 'eager' specified as 'persistent=eager' or the persistency strategy 'lazy' (specified as 'persistent=lazy') }}