Spelling.

This commit is contained in:
A. Jesse Jiryu Davis 2014-06-28 12:37:03 -07:00
parent 81dc7e41d2
commit ea74333b01

View File

@ -383,7 +383,7 @@ class TestClient(unittest.TestCase, TestRequestMixin):
mongodb_socket = '/tmp/mongodb-27017.sock'
if not os.access(mongodb_socket, os.R_OK):
raise SkipTest("Socket file is not accessable")
raise SkipTest("Socket file is not accessible")
self.assertTrue(MongoClient("mongodb://%s" % mongodb_socket))