[sr-dev] git:master:96642c19: misc/tools/kemi: lua - fixed typos in readme

GitHub noreply at github.com
Mon Nov 23 21:18:03 CET 2020


Module: kamailio
Branch: master
Commit: 96642c19fa0fb135d9c0bb30d35834b7938c668d
URL: https://github.com/kamailio/kamailio/commit/96642c19fa0fb135d9c0bb30d35834b7938c668d

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: GitHub <noreply at github.com>
Date: 2020-11-23T21:17:59+01:00

misc/tools/kemi: lua - fixed typos in readme

---

Modified: misc/tools/kemi/lua/README.md

---

Diff:  https://github.com/kamailio/kamailio/commit/96642c19fa0fb135d9c0bb30d35834b7938c668d.diff
Patch: https://github.com/kamailio/kamailio/commit/96642c19fa0fb135d9c0bb30d35834b7938c668d.patch

---

diff --git a/misc/tools/kemi/lua/README.md b/misc/tools/kemi/lua/README.md
index 41fa5e8694..8847c810f7 100644
--- a/misc/tools/kemi/lua/README.md
+++ b/misc/tools/kemi/lua/README.md
@@ -71,9 +71,9 @@ Other external tools useful to check the Lua scripts.
 ### luac ###
 
 The `luac` (the Lua compiler) can be used with parameter `-p` to check for
-syntax errors (e.g., missing closing quote or parenthesis).:w
+syntax errors (e.g., missing closing quote or parenthesis).
 
-Example - when there is a missing closing quite, like:
+Example - when there is a missing closing quote, like:
 
 ```
 KSR.hdr.remove("Route);




More information about the sr-dev mailing list