From 199216154497c313f8cea522798b874667c33d36 Mon Sep 17 00:00:00 2001 From: Darius Wiles Date: Thu, 18 Jun 2020 08:27:18 -0700 Subject: [PATCH 1/2] Typo - "filter our false positives" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 72d0189..0cafccd 100644 --- a/README.rst +++ b/README.rst @@ -325,7 +325,7 @@ Options for ``--add`` ``-a, --allowed`` Mark the pattern as allowed instead of prohibited. Allowed patterns are - used to filter our false positives. + used to filter out false positives. ```` The regex pattern to search. From 80ab3516dbf33ac2c334b473be96aeab4e6a0716 Mon Sep 17 00:00:00 2001 From: Darius Wiles Date: Thu, 18 Jun 2020 08:28:09 -0700 Subject: [PATCH 2/2] Typo - "filter our false positives" --- git-secrets.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-secrets.1 b/git-secrets.1 index 1c6d25c..27f6ff4 100644 --- a/git-secrets.1 +++ b/git-secrets.1 @@ -536,7 +536,7 @@ that the pattern is searched for literally. .TP .B \fB\-a, \-\-allowed\fP Mark the pattern as allowed instead of prohibited. Allowed patterns are -used to filter our false positives. +used to filter out false positives. .TP .B \fB\fP The regex pattern to search.