From 3889ab72fefcd0b3f55725aaea94e81ab76b494e Mon Sep 17 00:00:00 2001 From: Glenn Street Date: Tue, 22 Jan 2013 11:15:33 -0500 Subject: [PATCH] Update source/applications/gridfs.txt Corrected typo: "You also can access information from arbitrate sections of files" become "You also can access information from arbitrary sections of files" --- source/applications/gridfs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/applications/gridfs.txt b/source/applications/gridfs.txt index 1875b10b443..a6efd0513f2 100644 --- a/source/applications/gridfs.txt +++ b/source/applications/gridfs.txt @@ -19,7 +19,7 @@ collection stores the file chunks, and the other stores file metadata. When you query a GridFS store for a file, the driver or client will reassemble the chunks as needed. You can perform range queries on files stored through GridFS. You also can access information from -arbitrate sections of files, which allows you to "skip" into the +arbitrary sections of files, which allows you to "skip" into the middle of a video or audio file. GridFS is useful not only for storing files that exceed 16MB but also