Minor word fix

This commit is contained in:
Rohan Dhruva 2014-01-22 00:50:07 -08:00
parent c9e3378cf7
commit 79a13d9cbf
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class CPushMod : public CModule
service_auth = options["secret"] + CString(":"); service_auth = options["secret"] + CString(":");
service_auth.Base64Encode(); service_auth.Base64Encode();
// Pushbullet uses number device_id but they // Pushbullet uses numeric device_id but they
// are transitioning to an alphanumeric device_iden // are transitioning to an alphanumeric device_iden
if (is_number(options["target"])) if (is_number(options["target"]))
{ {