Skip to content

Commit 6ff3d94

Browse files
committed
spelling: source
Signed-off-by: Josh Soref <[email protected]>
1 parent f40d841 commit 6ff3d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

visualvm/core/src/org/graalvm/visualvm/core/datasource/DataSourceContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class DataSourceContainer extends DataSourceProvider {
4040

4141
/**
4242
* Default implementation of DataSourceContainer.
43-
* DataSoures can benefit from using this class which implements
43+
* DataSource can benefit from using this class which implements
4444
* managing created DataSource instances and firing the events to listeners
4545
* as their repositories.
4646
*

visualvm/core/src/org/graalvm/visualvm/core/ui/DataSourceViewPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public abstract class DataSourceViewPlugin {
4040

4141

4242
/**
43-
* Creates new DataSourrceViewPlugin for a DataSource.
43+
* Creates new DataSourceViewPlugin for a DataSource.
4444
*
4545
* @param dataSource DataSource for which to add the plugin.
4646
*/

0 commit comments

Comments
 (0)