Commit e02cff19 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix typo in text when raise pre-receive exception

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 3b93856e
......@@ -539,7 +539,7 @@ class Repository
# Remove tmp ref and return error to user
rugged.references.delete(tmp_ref)
raise PreReceiveError.new('Commit was rejected by pre-reveive hook')
raise PreReceiveError.new('Commit was rejected by pre-receive hook')
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment