From 014691e057537a803e22223ea072065cc91938a7 Mon Sep 17 00:00:00 2001 From: Ash McKenzie Date: Wed, 8 Aug 2018 22:01:19 +1000 Subject: Typo fix --- lib/gitlab_shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gitlab_shell.rb') 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, -- cgit v1.2.1