From a4ecc862e7a0a5d75db0491fb139406348eb5557 Mon Sep 17 00:00:00 2001
From: eleven26 <916809498@qq.com>
Date: Mon, 18 Jul 2022 19:26:56 +0800
Subject: [PATCH] fix-comments

---
 configuration.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configuration.go b/configuration.go
index 27e332dd..97d554ba 100644
--- a/configuration.go
+++ b/configuration.go
@@ -959,12 +959,12 @@ func (c *Configuration) GetKeepAlive() time.Duration {
 	return c.KeepAlive
 }
 
-// GetKeepAlive returns the Timeout field.
+// GetTimeout returns the Timeout field.
 func (c *Configuration) GetTimeout() time.Duration {
 	return c.Timeout
 }
 
-// GetKeepAlive returns the TimeoutMessage field.
+// GetTimeoutMessage returns the TimeoutMessage field.
 func (c *Configuration) GetTimeoutMessage() string {
 	return c.TimeoutMessage
 }