Added Hyracks instead of hyracks to Print job
diff --git a/asterix-app/src/main/resources/webui/querytemplate.html b/asterix-app/src/main/resources/webui/querytemplate.html
index b6dac38..e3d3f9b 100644
--- a/asterix-app/src/main/resources/webui/querytemplate.html
+++ b/asterix-app/src/main/resources/webui/querytemplate.html
@@ -68,7 +68,8 @@
<label class="checkbox"><input type="checkbox" checked="checked" name="print-optimized-logical-plan" value="true" /> Print optimized logical plan</label>
</div>
<div>
- <label class="checkbox"><input type="checkbox" checked="checked" name="print-job" value="true" /> Print hyracks job</label>
+ <label class="checkbox"><input type="checkbox"
+ checked="checked" name="print-job" value="true" /> Print Hyracks job</label>
</div>
<button type="submit" class="btn btn-danger">Execute</button>
</form>