Fixed a typo.

This commit is contained in:
akwizgran
2013-02-12 20:22:05 +00:00
parent 9bf96d4c5a
commit 6c5cba2768

View File

@@ -16,7 +16,7 @@ public interface InvitationManager {
void putTask(int handle, InvitationTask task); void putTask(int handle, InvitationTask task);
/** /**
* Called by tasks to remove themselves from the managet when they finish. * Called by tasks to remove themselves from the manager when they finish.
*/ */
void removeTask(int handle); void removeTask(int handle);
} }