fix query report generator typo Change-Id: I8585c5f85781ff0b80292823256fe8866d3f95bd Reviewed-on: http://gerrit.cloudera.org:8080/8118 Reviewed-by: Alex Behm <[email protected]> Tested-by: Michael Brown <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/537ae013 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/537ae013 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/537ae013 Branch: refs/heads/master Commit: 537ae013eef8022532fba5b193d5c9d0b1892dba Parents: b175226 Author: Michael Brown <[email protected]> Authored: Thu Sep 21 08:52:29 2017 -0700 Committer: Michael Brown <[email protected]> Committed: Thu Sep 21 22:57:26 2017 +0000 ---------------------------------------------------------------------- tests/comparison/leopard/templates/index.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/537ae013/tests/comparison/leopard/templates/index.template ---------------------------------------------------------------------- diff --git a/tests/comparison/leopard/templates/index.template b/tests/comparison/leopard/templates/index.template index 9cb1c17..2e37050 100644 --- a/tests/comparison/leopard/templates/index.template +++ b/tests/comparison/leopard/templates/index.template @@ -63,7 +63,7 @@ under the License. </table> {% if schedule_items %} - <h3>Run Schdule</h3> + <h3>Run Schedule</h3> <table class="table table-hover"> <tr> <th>Run Name</th>
