summaryrefslogtreecommitdiff
path: root/lib/gitlab_net.rb
diff options
context:
space:
mode:
authorChristian González <nerdoc@users.noreply.github.com>2015-01-01 22:27:23 +0100
committerChristian González <nerdoc@users.noreply.github.com>2015-01-01 22:27:23 +0100
commit3a555b8bb9eb683c964bb784b5d4d6017d73ad2b (patch)
treefaa46fc479ca1b07e8d5da1e27c12bb2622b6cde /lib/gitlab_net.rb
parentb205a1860f06237d7eaa57076d9cf0d5845c77aa (diff)
downloadgitlab-shell-3a555b8bb9eb683c964bb784b5d4d6017d73ad2b.tar.gz
typo in message: "accesible" -> "accessible"
Diffstat (limited to 'lib/gitlab_net.rb')
-rw-r--r--lib/gitlab_net.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_net.rb b/lib/gitlab_net.rb
index b003e76..e17de23 100644
--- a/lib/gitlab_net.rb
+++ b/lib/gitlab_net.rb
@@ -30,7 +30,7 @@ class GitlabNet
if resp.code == '200'
GitAccessStatus.create_from_json(resp.body)
else
- GitAccessStatus.new(false, "API is not accesible")
+ GitAccessStatus.new(false, "API is not accessible")
end
end