From 79a13d9cbf9f77d35f0ed533db4c3ebb739b0b2d Mon Sep 17 00:00:00 2001 From: Rohan Dhruva Date: Wed, 22 Jan 2014 00:50:07 -0800 Subject: [PATCH] Minor word fix --- push.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.cpp b/push.cpp index 277ebc7..6e0f465 100644 --- a/push.cpp +++ b/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"])) {