aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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