summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2019-12-22 23:40:39 +0000
committerAsh McKenzie <amckenzie@gitlab.com>2019-12-22 23:40:39 +0000
commit8744864ac7ceda1e5125057db30119b813e4ddb9 (patch)
treee8195fb5e8b8b73985c2454a7ec82fea52476e55
parent24156ea1e31c1cac2471b57217e683de8dccbd46 (diff)
parentd9c3f897b2ce760bb5f898b17dc95c4524d8fc5b (diff)
downloadgitlab-shell-8744864ac7ceda1e5125057db30119b813e4ddb9.tar.gz
Merge branch 'fix-typos' into 'master'
Fix Typo See merge request gitlab-org/gitlab-shell!355
-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) {