From f767714cd4c5794a4de4f490c64a824f30d96d3f Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Thu, 5 Oct 2017 13:26:12 +0100 Subject: [PATCH] target/descriptor: Fix typo for 'telnet' param --- wa/framework/target/descriptor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wa/framework/target/descriptor.py b/wa/framework/target/descriptor.py index 94dbb903..cb479586 100644 --- a/wa/framework/target/descriptor.py +++ b/wa/framework/target/descriptor.py @@ -282,9 +282,9 @@ CONNECTION_PARAMS = { description=""" The port SSH server is listening on on the target. """), - Parameter('telent', kind=bool, default=False, + Parameter('telnet', kind=bool, default=False, description=""" - If set to ``True``, a Telent connection, rather than + If set to ``True``, a Telnet connection, rather than SSH will be used. """), Parameter('password_prompt', kind=str,