mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Fixed a typo.
This commit is contained in:
@@ -16,7 +16,7 @@ public interface InvitationManager {
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user