From d892137c7029f8c232d832ea7b74cdb266ee2a45 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 6 Dec 2016 18:32:13 +0300 Subject: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b18c014..d9e30c2 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ privilege. To be able to kill queries a procedure named `mywatch_kill` must exist in the `mysql` database. MyWatch invokes `CALL mysql.mywatch_kill(id)` for killing queries. It's up to you how to implement this routine, for a -safe example see [sql/mywatch_kill.sql](sql/mywatch_kill.sql). Of cource, +safe example see [sql/mywatch_kill.sql](sql/mywatch_kill.sql). Of course, MyWatch should be granted to execute this procedure. If this procedure does not exist, MyWatch will not show this possibility in user interface, API will work, but result in Internal Server Error (HTTP 500). There is no -- cgit v1.2.3