From 45f3f10717b9f41863c7075d77387c7353844456 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Mon, 22 Jan 2018 01:18:38 +0100 Subject: [PATCH] Fix typo in whoisd header --- bin/whoisd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/whoisd b/bin/whoisd index bea559d..fce2823 100755 --- a/bin/whoisd +++ b/bin/whoisd @@ -25,7 +25,7 @@ __VERSION__ = '0.1' class WhoisHandler(socketserver.BaseRequestHandler): header = "% This is the DARKNET database query service.\n" \ - "% The objects should be in something like RPLS format.\n" \ + "% The objects should be in something like RPSL format.\n" \ "%\n" \ "% The DARKNET database is subject to terms and conditions.\n" \ "% Mostly these are \"be nice\" and \"don't knowingly break things\".\n" \