diff options
Diffstat (limited to '')
-rw-r--r-- | git_hooks_handle.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git_hooks_handle.go b/git_hooks_handle.go index 00e2627..64d327e 100644 --- a/git_hooks_handle.go +++ b/git_hooks_handle.go @@ -14,8 +14,8 @@ import ( ) var ( - err_get_fd = errors.New("Unable to get file descriptor") - err_get_ucred = errors.New("Failed getsockopt") + err_get_fd = errors.New("unable to get file descriptor") + err_get_ucred = errors.New("failed getsockopt") ) // hooks_handle_connection handles a connection from git_hooks_client via the |