From 9ba3e36191c3465c98b2f961166572c8e95a3661 Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Mon, 5 Oct 2009 10:19:36 -0400 Subject: [PATCH] minor: MongoDB not MondoDB. although in retrospect the latter might have been less controversial --- mongo-extensions.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo-extensions.gemspec b/mongo-extensions.gemspec index be3bca9..b27fae9 100644 --- a/mongo-extensions.gemspec +++ b/mongo-extensions.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.version = '0.15' s.platform = Gem::Platform::RUBY s.summary = 'C extensions for the MongoDB Ruby driver' - s.description = 'C extensions to accelerate the MondoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.' + s.description = 'C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.' s.require_paths = ['ext'] s.files = PACKAGE_FILES