# HG changeset patch # User timeless@gmail.com # Date 1347631635 14400 # Node ID 016ffd74026f6eac934bac61c15f290e7ec3945a # Parent d1c5d80b2ace9cec86bace3612a2d4dd8532040f Spelling: practice diff -r d1c5d80b2ace -r 016ffd74026f docs/evolve-good-practice.rst --- a/docs/evolve-good-practice.rst Thu Sep 13 17:34:14 2012 -0400 +++ b/docs/evolve-good-practice.rst Fri Sep 14 10:07:15 2012 -0400 @@ -27,7 +27,7 @@ There is no descent conflict detection and handling right now. Rewriting other people's changesets guarantees that you will get conflicts. Communicate with your fellow developers before trying to -touch other people's work (which is a good pratice in any case). +touch other people's work (which is a good practice in any case). Using multiple branches will help you to achieve this goal.