1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Fix typo in javadoc

Change-Id: I24a3a59423b8c9a153abc9e4d99f94d7760aa3a2
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
This commit is contained in:
Jonah Graham 2017-04-26 10:01:46 +01:00 committed by Gerrit Code Review @ Eclipse.org
parent eb5cfa7052
commit 6473183440

View file

@ -71,7 +71,7 @@ public interface IMIProcesses extends IProcesses
* if the groupId has been already created.
*
* @param controlDmc The parent command control context of this context
* @param goupId The thread-group id of the container we want to create
* @param groupId The thread-group id of the container we want to create
* @since 4.0
*/
IMIContainerDMContext createContainerContextFromGroupId(ICommandControlDMContext controlDmc, String groupId);