Yuta HIGUCHI

typo fix

Change-Id: I0a55707e145fef97798d1eb4d88cedec50c42e52
...@@ -78,7 +78,7 @@ public interface GroupDescription { ...@@ -78,7 +78,7 @@ public interface GroupDescription {
78 * Returns groupId passed in by caller. 78 * Returns groupId passed in by caller.
79 * 79 *
80 * @return Integer group id passed in by caller. May be null if caller 80 * @return Integer group id passed in by caller. May be null if caller
81 - * passed in null to let groupService determin the group id. 81 + * passed in null to let groupService determine the group id.
82 */ 82 */
83 Integer givenGroupId(); 83 Integer givenGroupId();
84 84
......