From d35d6d9ea4248d7cab68e74f7480ae43e96102d7 Mon Sep 17 00:00:00 2001 From: Rudi Date: Sun, 23 Oct 2022 01:48:05 -0400 Subject: [PATCH] Grammar fix --- strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.go b/strings.go index 0eef8e1..3d96f66 100644 --- a/strings.go +++ b/strings.go @@ -3,7 +3,7 @@ package main var ( DAEMON_START = "Starting headless9" CMD_SYNTAX = "Command structure: \"headless9 $verb $service\"" - CTL_UNABLE_WRITE = "Unable to write to Control Socket. Please check the file %+v and that it's permissions are 660" + CTL_UNABLE_WRITE = "Unable to write to Control Socket. Please check the file %+v exists and that its permissions are 660" CTL_NOT_OPEN = "Unable to open Control Socket. Please check the file %+v and that its permissions are 660" CTL_NOT_CLEAR = "Unable to clear Control Socket. Please check the file %+v and that its permissions are 660" CTL_NOT_REWOUND = "Unable to rewind Control Socket. Please check the file %+v and that its permissions are 660"