diff options
| author | Jeff Garzik <[email protected]> | 2012-06-29 06:15:33 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-06-29 06:15:33 -0700 |
| commit | a590aae01785e7bf07cd212c3f8813a53d6b85e3 (patch) | |
| tree | 7ed7831315250c54c0f7738166ace95b5e29f151 /src/util.cpp | |
| parent | Merge branch 'patch-5' of https://github.com/xanatos/bitcoin (diff) | |
| parent | Fix a few typos (diff) | |
| download | discoin-a590aae01785e7bf07cd212c3f8813a53d6b85e3.tar.xz discoin-a590aae01785e7bf07cd212c3f8813a53d6b85e3.zip | |
Merge pull request #1532 from fanquake/master
Fix a couple 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 |