Grammar fix

This commit is contained in:
Rudi 2022-10-23 01:48:05 -04:00
parent 3e2b76d927
commit d35d6d9ea4
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package main
var ( var (
DAEMON_START = "Starting headless9" DAEMON_START = "Starting headless9"
CMD_SYNTAX = "Command structure: \"headless9 $verb $service\"" 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_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_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" CTL_NOT_REWOUND = "Unable to rewind Control Socket. Please check the file %+v and that its permissions are 660"