diff options
| author | Joseph Henry <josephjah@gmail.com> | 2018-06-07 17:25:27 -0700 |
|---|---|---|
| committer | Joseph Henry <josephjah@gmail.com> | 2018-06-07 17:25:27 -0700 |
| commit | 9681fedbb44a25ffa1108b88a4795e017746ca6c (patch) | |
| tree | 78ed8bd33e87863aa826f86656aa728bbf777ec8 /node/SelfAwareness.cpp | |
| parent | b6d97af4514ec433bfbb6d8e6b696a8d62e98bef (diff) | |
| download | infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.tar.gz infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.zip | |
Spellcheck sweep across codebase
Diffstat (limited to 'node/SelfAwareness.cpp')
| -rw-r--r-- | node/SelfAwareness.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/SelfAwareness.cpp b/node/SelfAwareness.cpp index c4f107fb..fc222672 100644 --- a/node/SelfAwareness.cpp +++ b/node/SelfAwareness.cpp @@ -145,7 +145,7 @@ std::vector<InetAddress> SelfAwareness::getSymmetricNatPredictions() * * Since flows are encrypted and authenticated they could not actually * read or modify traffic, but they could gather meta-data for forensics - * purpsoes or use this as a DOS attack vector. */ + * purposes or use this as a DOS attack vector. */ std::map< uint32_t,unsigned int > maxPortByIp; InetAddress theOneTrueSurface; |
