summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2018-08-08 22:01:19 +1000
committerAsh McKenzie <amckenzie@gitlab.com>2018-08-08 22:13:34 +1000
commit014691e057537a803e22223ea072065cc91938a7 (patch)
tree019332604ac4853db5d80bca95f229c95d1fc298
parent21d6b3154d19e29b9aafd961812e7b8b516e1729 (diff)
downloadgitlab-shell-014691e057537a803e22223ea072065cc91938a7.tar.gz
Typo fix
-rw-r--r--lib/gitlab_shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb
index 6b5ea0d..bd7b783 100644
--- a/lib/gitlab_shell.rb
+++ b/lib/gitlab_shell.rb
@@ -98,7 +98,7 @@ class GitlabShell
return Action::API2FARecovery.new(actor) if parsed_command.command == API_2FA_RECOVERY_CODES_COMMAND
GitlabMetrics.measure('verify-access') do
- # GitlatNet#check_access will raise exception in the event of a problem
+ # GitlabNet#check_access will raise exception in the event of a problem
initial_action = api.check_access(
parsed_command.git_access_command,
nil,