mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 21:05:37 +02:00
fix method spelling "verbage" to "verbiage"
This commit is contained in:
parent
726c8abe70
commit
080693364e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class DaytimeSubsystemConfiguration extends ServiceSubSystemConfiguration
|
|||
*/
|
||||
public ISubSystem createSubSystemInternal(IHost host) {
|
||||
IConnectorService connectorService = getConnectorService(host);
|
||||
ISubSystem subsys = new DaytimeSubSystem(host, connectorService, createDaytimeService(host));
|
||||
ISubSystem subsys = new DaytimeSubSystem(host, connectorService, createDaytimeService(host)); // DWD need to provide the subsystem with a name and id too.
|
||||
return subsys;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue