Skip to content

Commit 1373426

Browse files
committed
Issue google#88: Fixed comment typo
1 parent 91e54a5 commit 1373426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/google/samples/apps/iosched/ui/BaseActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ private void registerGCMClient() {
13831383

13841384
} else {
13851385
// Get the correct GCM key for the user. GCM key is a somewhat non-standard
1386-
// approach we use in this app. For more about this, check GCM.TXT.
1386+
// approach we use in this app. For more about this, check GCM.MD.
13871387
final String gcmKey = AccountUtils.hasActiveAccount(this) ?
13881388
AccountUtils.getGcmKey(this, AccountUtils.getActiveAccountName(this)) : null;
13891389
// Device is already registered on GCM, needs to check if it is

0 commit comments

Comments
 (0)