spelling: algorithm

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-10-23 16:00:53 -04:00
parent d65c75e2ad
commit b79dfafefb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;