Merge "Correct the doc for startViewCalendarEventInManagedProfile."
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index 5ef3c4c..76a16cd 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -10359,7 +10359,7 @@
      * @param flags flags to be set for the intent
      * @return {@code true} if the activity is started successfully. {@code false} otherwise.
      *
-     * @see CalendarContract#startViewCalenderEventInManagedProfile(Context, String, long, long,
+     * @see CalendarContract#startViewCalendarEventInManagedProfile(Context, String, long, long,
      * long, boolean, int)
      *
      * @hide