Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Thomas committed Nov 8, 2013
1 parent 8002858 commit c676395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/slicer_request_log_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
{"name": "method", "label": "Browser Method"},
{"name": "cube", "label": "Cube"},
{"name": "identity", "label": "Autorization Identity"},
{"name": "identity", "label": "Authorized User"},
{"name": "format", "label": "Output Format"},
{"name": "header", "label": "Output Header Format"}
],
Expand All @@ -53,6 +53,6 @@
"date.month": {"column": "timestamp", "extract":"month"},
"date.day": {"column": "timestamp", "extract":"day"},
"date.hour": {"column": "timestamp", "extract":"hour"},
"date.minut": {"column": "timestamp", "extract":"minute"}
"date.minute": {"column": "timestamp", "extract":"minute"}
}
}

0 comments on commit c676395

Please sign in to comment.