From 681852c990ed9bcaeebce9d62e110239b7ca0498 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 23 Feb 2012 14:15:10 +0000 Subject: Fixed typo --- openssh-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh-model.lua b/openssh-model.lua index 940ac97..2ece192 100644 --- a/openssh-model.lua +++ b/openssh-model.lua @@ -37,7 +37,7 @@ local function validate_config(config) success = false end if not validator.is_port(config.value.Port.value) then - config.value.Port.value = "Invalid Port" + config.value.Port.errtxt = "Invalid Port" success = false end -- cgit v1.2.3