Skip to content

Commit 46831e4

Browse files
committed
spelling: subfolders
Signed-off-by: Josh Soref <[email protected]>
1 parent dec1dc2 commit 46831e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sources/src/org/graalvm/visualvm/sources/options/SourcesOptionsPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ public void propertyChange(PropertyChangeEvent evt) {
710710

711711
final File[] subdirs = (File[])evt.getNewValue();
712712

713-
if (processor == null) processor = new RequestProcessor("Source Roots Subfoldes Processor"); // NOI18N
713+
if (processor == null) processor = new RequestProcessor("Source Roots Subfolders Processor"); // NOI18N
714714

715715
processor.post(new Runnable() {
716716
public void run() {

0 commit comments

Comments
 (0)