comparison mercurial/transaction.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents f366d4c2ff34
children a3378a1b0a05
comparison
equal deleted inserted replaced
17406:fc14953e8e34 17424:e7cfe3587ea4
1 # transaction.py - simple journalling scheme for mercurial 1 # transaction.py - simple journaling scheme for mercurial
2 # 2 #
3 # This transaction scheme is intended to gracefully handle program 3 # This transaction scheme is intended to gracefully handle program
4 # errors and interruptions. More serious failures like system crashes 4 # errors and interruptions. More serious failures like system crashes
5 # can be recovered with an fsck-like tool. As the whole repository is 5 # can be recovered with an fsck-like tool. As the whole repository is
6 # effectively log-structured, this should amount to simply truncating 6 # effectively log-structured, this should amount to simply truncating