Subject: | Fix "retrive" spelling mistake in MongoDB Tutorial POD |
Please fix this spelling mistake (see attached patch).
Regards
Racke
Subject: | mongo-db-tutorial-pod.patch |
commit 364899abf9acecc83865436c408993f259ba749c
Author: Stefan Hornburg (Racke) <racke@linuxia.de>
Date: Thu Oct 14 21:26:47 2010 +0200
Fix "retrive" spelling mistake in MongoDB Tutorial POD.
diff --git a/lib/MongoDB/Tutorial.pod b/lib/MongoDB/Tutorial.pod
index eef30dc..803fd40 100644
--- a/lib/MongoDB/Tutorial.pod
+++ b/lib/MongoDB/Tutorial.pod
@@ -110,7 +110,7 @@ documents inserted.
=head3 Queries
-To retrive documents that were saved to a collection, we can use the C<find>
+To retrieve documents that were saved to a collection, we can use the C<find>
method.
my $all_users = $users->find;