Fixes a typo.

pull/1/head
Abhinav Sarkar 2015-12-18 17:33:19 +05:30
parent 068190b520
commit e46d3684cd
1 changed files with 2 additions and 2 deletions

View File

@ -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"