Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MongoDB CPAN distribution.

Maintainer(s)' notes

Please don't report bugs here. Please use the MongoDB Perl driver issue tracker instead.

Report information
The Basics
Id: 62146
Status: resolved
Priority: 0/
Queue: MongoDB

People
Owner: Nobody in particular
Requestors: racke [...] linuxia.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.39
Fixed in: (no value)



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;
Whoops, spelling is not my strong suit...