Skip to content

Commit

Permalink
Merge pull request #129 from dan-blanchard/patch-1
Browse files Browse the repository at this point in the history
Fix "internel" typos
  • Loading branch information
arangamani committed Mar 11, 2014
2 parents 95c4a54 + b257e05 commit 8c23f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jenkins_api_client/exceptions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ def initialize(logger, message = "", log_level = Logger::ERROR)
end

# This exception class handles cases where the Jenkins API returns with a
# 500 Internel Server Error.
# 500 Internal Server Error.
#
class InternalServerError < ApiException
def initialize(logger, message = "", log_level = Logger::ERROR)
message = "Internel Server Error. Perhaps the in-memory configuration" +
message = "Internal Server Error. Perhaps the in-memory configuration" +
" Jenkins is different from the disk configuration. Please try to" +
" reload the configuration" if message.nil? || message.empty?
super(logger, message)
Expand Down

0 comments on commit 8c23f38

Please sign in to comment.