summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflowed <yoginth@protonmail.com>2019-12-21 15:43:22 +0000
committerflowed <yoginth@protonmail.com>2019-12-21 15:43:22 +0000
commitd9c3f897b2ce760bb5f898b17dc95c4524d8fc5b (patch)
treee8195fb5e8b8b73985c2454a7ec82fea52476e55
parent24156ea1e31c1cac2471b57217e683de8dccbd46 (diff)
downloadgitlab-shell-d9c3f897b2ce760bb5f898b17dc95c4524d8fc5b.tar.gz
Fix Typos
-rw-r--r--internal/logger/logger.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/logger/logger.go b/internal/logger/logger.go
index bbc6a51..f1db4b0 100644
--- a/internal/logger/logger.go
+++ b/internal/logger/logger.go
@@ -65,7 +65,7 @@ func Fatal(msg string, err error) {
// If our log file is not available we want to log somewhere else, but
// not to standard error because that leaks information to the user. This
-// function attemps to log to syslog.
+// function attempts to log to syslog.
//
// We assume the logging mutex is already locked.
func bootstrapLogPrint(msg string, err error) {