small typo

This commit is contained in:
phit 2017-07-21 02:13:49 +02:00
parent 98a558cf56
commit f79e8ea8fb
No known key found for this signature in database
GPG Key ID: 48F84F35867B8C9D
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ class CPushMod : public CModule
{ {
if (options["secret"] == "") 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; return;
} }