Corrected accidental text update and a minor typo.

This commit is contained in:
Adam Russell
2022-02-16 21:13:40 +00:00
committed by Joe Testa
parent 5ac0ffa8f1
commit 19f192d21f
2 changed files with 2 additions and 2 deletions

View File

@ -1080,7 +1080,7 @@ def get_permitted_syntax_for_gex_test() -> Dict[str, str]:
def invoke_modulus_size_test(out: OutputBuffer, s: 'SSH_Socket', kex: 'SSH2_Kex', aconf: AuditConf) -> int:
'''Extracts the user specified modulus sizes and submits them for testing against the target target. Returns an exitcodes.* flag.'''
'''Extracts the user specified modulus sizes and submits them for testing against the target server. Returns an exitcodes.* flag.'''
permitted_syntax = get_permitted_syntax_for_gex_test()