aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-12-06 18:32:13 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-12-06 18:32:13 +0300
commitd892137c7029f8c232d832ea7b74cdb266ee2a45 (patch)
treed9a66427e1224dd670892ab17c811313360e1431
parent523b6029eb4b8569504086dfb5b8538330e5f522 (diff)
downloadmywatch-d892137c7029f8c232d832ea7b74cdb266ee2a45.tar.gz
Typo
-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