mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
spelling: algorithm
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d65c75e2ad
commit
b79dfafefb
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ void TelnetTerminalOption::RecvSubOption(u_char* data, int len)
|
|||
}
|
||||
|
||||
#define ENCRYPT_SET_ALGORITHM 0
|
||||
#define ENCRYPT_SUPPORT_ALGORITM 1
|
||||
#define ENCRYPT_SUPPORT_ALGORITHM 1
|
||||
#define ENCRYPT_REPLY 2
|
||||
#define ENCRYPT_STARTING_TO_ENCRYPT 3
|
||||
#define ENCRYPT_NO_LONGER_ENCRYPTING 4
|
||||
|
|
|
@ -36,7 +36,7 @@ void CardinalityCounter::Init(uint64_t size)
|
|||
m = size;
|
||||
|
||||
// The following magic values are taken directly out of the
|
||||
// description of the HyperLogLog algorithn.
|
||||
// description of the HyperLogLog algorithm.
|
||||
|
||||
if ( m == 16 )
|
||||
alpha_m = 0.673;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue