Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Translated error message from german to english.
  • Loading branch information
Markus Schirp committed Sep 13, 2011
1 parent d20b652 commit 24bf8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb/definitions/mongodb.rb
Expand Up @@ -48,7 +48,7 @@
end

if !["mongod", "shard", "configserver", "mongos"].include?(type)
raise "Unknown mongodb typ '#{type}'"
raise "Unknown mongodb type '#{type}'"
end

if type != "mongos"
Expand Down

0 comments on commit 24bf8a9

Please sign in to comment.