From 4c2d388661c6b29a8f383e195fb792c50b842ef0 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Thu, 1 Feb 2018 00:08:44 +0100 Subject: [PATCH] typo --- modules/util/Util/MongoDB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/util/Util/MongoDB.pm b/modules/util/Util/MongoDB.pm index 3a09572..065e6a0 100644 --- a/modules/util/Util/MongoDB.pm +++ b/modules/util/Util/MongoDB.pm @@ -95,7 +95,7 @@ sub disconnect_mongodb Retrieve MongoDB parameters from $config and connect to it and open named collection, if specified. -$config is a hash which provides the fillowing keys: +$config is a hash which provides the following keys: * host * db_name: Name of the MongoDB * username -- GitLab