diff --git a/project/ui/qprof_main.ipynb b/project/ui/qprof_main.ipynb index c3e2f43e..e7ff599a 100644 --- a/project/ui/qprof_main.ipynb +++ b/project/ui/qprof_main.ipynb @@ -232,7 +232,7 @@ " logging.info('Trying to fetch the queries from query_request table [Query Profile Main Page]')\n", " sql_query = \"SELECT * from query_requests WHERE request_type = 'QUERY' AND request LIKE 'select%' ORDER BY request_duration_ms DESC LIMIT 6;\"\n", " result = vp.vDataFrame(sql_query)\n", - " logging.info('Successfuly fetched the queries from query_request table [Query Profile Main Page]')\n", + " logging.info('Successfully fetched the queries from query_request table [Query Profile Main Page]')\n", " display(HTML(result._repr_html_()))\n", " \n", "logging.info('Trying to display Query Request Table button [Query Profile Main Page]')\n",