Mercurial > hg > bitcoin
diff src/util.cpp @ 3118:cd11cd29758b draft
Fix a few typos
author | fanquake <fanquake@gmail.com> |
---|---|
date | Fri, 29 Jun 2012 17:26:45 +0800 (2012-06-29) |
parents | 33ce84994f24 |
children | 78578d7a8f1f |
line wrap: on
line diff
--- a/src/util.cpp +++ b/src/util.cpp @@ -1142,7 +1142,7 @@ // "Never go to sea with two chronometers; take one or three." // Our three time sources are: // - System clock -// - Median of other nodes's clocks +// - Median of other nodes clocks // - The user (asking the user to fix the system clock if the first two disagree) // static int64 nMockTime = 0; // For unit testing