diff options
| author | fanquake <[email protected]> | 2012-06-29 17:26:45 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2012-06-29 17:26:45 +0800 |
| commit | e7494052975c60032629112390325f7e20817308 (patch) | |
| tree | 7ed7831315250c54c0f7738166ace95b5e29f151 /src/util.cpp | |
| parent | Merge branch 'patch-5' of https://github.com/xanatos/bitcoin (diff) | |
| download | discoin-e7494052975c60032629112390325f7e20817308.tar.xz discoin-e7494052975c60032629112390325f7e20817308.zip | |
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 9d0f9ab34..9881545a0 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 |