am 8752159c: Fix critical typo in CalendarSyncAdapter

Merge commit '8752159c7d081e7ea4d870ae29de6e58da7d50be' into froyo-plus-aosp

* commit '8752159c7d081e7ea4d870ae29de6e58da7d50be':
  Fix critical typo in CalendarSyncAdapter
This commit is contained in:
Marc Blank 2010-05-25 14:31:18 -07:00 committed by Android Git Automerger
commit ff1af29767

View File

@ -131,7 +131,7 @@ public class CalendarSyncAdapter extends AbstractSyncAdapter {
private final TimeZone mLocalTimeZone = TimeZone.getDefault();
// Change this to use the constant in Calendar, when that constant is defined
private static final String EVENT_TIMEZONE2_COLUMN = "eventTimeZone2";
private static final String EVENT_TIMEZONE2_COLUMN = "eventTimezone2";
private long mCalendarId = -1;
private String mCalendarIdString;