mirror of https://github.com/SeanOMik/znc-push.git
Minor word fix
This commit is contained in:
parent
c9e3378cf7
commit
79a13d9cbf
2
push.cpp
2
push.cpp
|
@ -279,7 +279,7 @@ class CPushMod : public CModule
|
|||
service_auth = options["secret"] + CString(":");
|
||||
service_auth.Base64Encode();
|
||||
|
||||
// Pushbullet uses number device_id but they
|
||||
// Pushbullet uses numeric device_id but they
|
||||
// are transitioning to an alphanumeric device_iden
|
||||
if (is_number(options["target"]))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue