Blame SOURCES/0003-Issue-50701-Fix-type-in-lint-report.patch

8394b4
From 1f4955d5e09f44f19b96dc671a1462cc43ee29a8 Mon Sep 17 00:00:00 2001
8394b4
From: Mark Reynolds <mreynolds@redhat.com>
8394b4
Date: Mon, 25 Nov 2019 17:24:04 -0500
8394b4
Subject: [PATCH] Issue 50701 - Fix type in lint report
8394b4
8394b4
Description:  Fix typo introduced from the previous commit for 50701
8394b4
8394b4
relates: https://pagure.io/389-ds-base/issue/50701
8394b4
8394b4
Reviewed by: firstyear(Thanks!)
8394b4
---
8394b4
 src/lib389/lib389/lint.py | 2 +-
8394b4
 1 file changed, 1 insertion(+), 1 deletion(-)
8394b4
8394b4
diff --git a/src/lib389/lib389/lint.py b/src/lib389/lib389/lint.py
8394b4
index 515711136..736dffa14 100644
8394b4
--- a/src/lib389/lib389/lint.py
8394b4
+++ b/src/lib389/lib389/lint.py
8394b4
@@ -42,7 +42,7 @@ DSBLE0002 = {
8394b4
     'dsle': 'DSBLE0002',
8394b4
     'severity': 'HIGH',
8394b4
     'items' : [],
8394b4
-    'detail' : """Unable to querying the backend.  LDAP error (ERROR)""",
8394b4
+    'detail' : """Unable to query the backend.  LDAP error (ERROR)""",
8394b4
     'fix' : """Check the server's error and access logs for more information."""
8394b4
 }
8394b4
 
8394b4
-- 
8394b4
2.21.0
8394b4