Subject: | Fix "heirarchy" spelling mistakes in MongoDB POD |
Please fix these spelling mistakes (see attached patch).
Regards
Racke
Subject: | mongo-db-pod.patch |
commit 33b311fc23a2a29d12bf93d10fc7b7ae518dadf4
Author: Stefan Hornburg (Racke) <racke@linuxia.de>
Date: Thu Oct 14 20:39:39 2010 +0200
Fix "heirarchy" spelling mistakes in MongoDB POD.
diff --git a/lib/MongoDB.pm b/lib/MongoDB.pm
index 6b3d4f0..9dc37df 100644
--- a/lib/MongoDB.pm
+++ b/lib/MongoDB.pm
@@ -131,9 +131,9 @@ out of scope, the connection will automatically be closed and cleaned up.
=head3 Class Hierarchy
-The classes are arranged in a heirarchy: you cannot create a
+The classes are arranged in a hierarchy: you cannot create a
L<MongoDB::Collection> instance before you create L<MongoDB::Database> instance,
-for example. The full heirarchy is:
+for example. The full hierarchy is:
MongoDB::Connection -> MongoDB::Database -> MongoDB::Collection