diff options
author | fanquake <fanquake@gmail.com> | 2012-06-29 17:26:45 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2012-06-29 17:26:45 +0800 |
commit | e7494052975c60032629112390325f7e20817308 (patch) | |
tree | 7ed7831315250c54c0f7738166ace95b5e29f151 /src/util.cpp | |
parent | 5fa83965f22ae92f86de74104b621c2168d37698 (diff) |
Fix a few typos
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index 9d0f9ab347..9881545a02 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1142,7 +1142,7 @@ void ShrinkDebugFile() // "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 |