From 67b12ad5489a69c0963f4625cf20a7f3e6f95d57 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Nov 25 2019 22:26:48 +0000 Subject: Issue 50701 - Fix type in lint report Description: Fix typo introduced from the previous commit for 50701 relates: https://pagure.io/389-ds-base/issue/50701 Reviewed by: firstyear(Thanks!) --- diff --git a/src/lib389/lib389/lint.py b/src/lib389/lib389/lint.py index 5157111..736dffa 100644 --- a/src/lib389/lib389/lint.py +++ b/src/lib389/lib389/lint.py @@ -42,7 +42,7 @@ DSBLE0002 = { 'dsle': 'DSBLE0002', 'severity': 'HIGH', 'items' : [], - 'detail' : """Unable to querying the backend. LDAP error (ERROR)""", + 'detail' : """Unable to query the backend. LDAP error (ERROR)""", 'fix' : """Check the server's error and access logs for more information.""" }