From 57821bb6c9fc4d210425f8792feeb3e5dda010a1 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 25 Dec 2020 14:47:28 +1100 Subject: [PATCH] docs: fix simple typo, traveral -> traversal There is a small typo in README.rst. Should read `traversal` rather than `traveral`. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 815b430b..f288b04c 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Static analysis of Python web applications based on theoretical foundations (Con Features -------- -* Detect command injection, SSRF, SQL injection, XSS, directory traveral etc. +* Detect command injection, SSRF, SQL injection, XSS, directory traversal etc. * A lot of customisation possible