# HG changeset patch # User timeless@mozdev.org # Date 1345237099 25200 # Node ID b5b38d21fe99f053d2f3acbaaa3c5927e0f135fc # Parent 6ed711812ba9161343865a124111b1118b7f8bca spelling: specific diff -r 6ed711812ba9 -r b5b38d21fe99 mercurial/util.py --- a/mercurial/util.py Fri Aug 17 13:58:19 2012 -0700 +++ b/mercurial/util.py Fri Aug 17 13:58:19 2012 -0700 @@ -1,4 +1,4 @@ -# util.py - Mercurial utility functions and platform specfic implementations +# util.py - Mercurial utility functions and platform specific implementations # # Copyright 2005 K. Thananchayan # Copyright 2005-2007 Matt Mackall @@ -7,7 +7,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -"""Mercurial utility functions and platform specfic implementations. +"""Mercurial utility functions and platform specific implementations. This contains helper routines that are independent of the SCM core and hide platform-specific details from the core.