From dfdb936aac8bf64c992eb8e1cf949638794d79a0 Mon Sep 17 00:00:00 2001
From: Andrew Elkins <andrewelkins@users.noreply.github.com>
Date: Tue, 3 Feb 2015 22:31:13 -0800
Subject: [PATCH] typo fix

---
 src/Jenssegers/Mongodb/Connection.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Jenssegers/Mongodb/Connection.php b/src/Jenssegers/Mongodb/Connection.php
index 00afe12..721034d 100644
--- a/src/Jenssegers/Mongodb/Connection.php
+++ b/src/Jenssegers/Mongodb/Connection.php
@@ -33,7 +33,7 @@ class Connection extends \Illuminate\Database\Connection {
         // Build the connection string
         $dsn = $this->getDsn($config);
 
-        // You can pass options directly to the MogoClient constructor
+        // You can pass options directly to the MongoClient constructor
         $options = array_get($config, 'options', array());
 
         // Create the connection
-- 
2.18.1