From f79e8ea8fba7a2f1ba97242269f0321e4f8e1a0d Mon Sep 17 00:00:00 2001 From: phit Date: Fri, 21 Jul 2017 02:13:49 +0200 Subject: [PATCH] small typo --- push.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.cpp b/push.cpp index abdec80..15c6b0d 100755 --- a/push.cpp +++ b/push.cpp @@ -675,7 +675,7 @@ class CPushMod : public CModule { if (options["secret"] == "") { - PutModule("Error: target (from webhook, e.g. 111111111111111111/abcdefghijklmopqrstuvwxyz1234567890-ABCDEFGHIJKLMNOPQRSTUVWXYZ123456) not set"); + PutModule("Error: secret (from webhook, e.g. 111111111111111111/abcdefghijklmopqrstuvwxyz1234567890-ABCDEFGHIJKLMNOPQRSTUVWXYZ123456) not set"); return; }