From e46d3684cd71cbc359908e24890d51554f813724 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Fri, 18 Dec 2015 17:33:19 +0530 Subject: [PATCH] Fixes a typo. --- app/Ringo/ArgParser.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Ringo/ArgParser.hs b/app/Ringo/ArgParser.hs index 0824006..30e7f9b 100644 --- a/app/Ringo/ArgParser.hs +++ b/app/Ringo/ArgParser.hs @@ -45,10 +45,10 @@ settingsParser = let Settings {..} = defSettings "Suffix for count distinct bucket columns" <*> minorOption "dim-id-col-name" settingDimTableIdColumnName - "Name of dimention table id columns" + "Name of dimension table id columns" <*> minorOption "dim-id-col-type" settingDimTableIdColumnType - "Type of dimention table id columns" + "Type of dimension table id columns" <*> minorOption "fact-count-col-type" settingFactCountColumnType "Type of fact table count columns"