Skip to content

Commit 42e1fea

Browse files
committed
spelling: separator
Signed-off-by: Josh Soref <[email protected]>
1 parent 415bedc commit 42e1fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/profiler.heapwalker/src/org/graalvm/visualvm/lib/profiler/heapwalk/details/netbeans/PlatformDetailsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private String getDetailsStringImpl(String className, Instance instance, Heap he
173173
String sep;
174174

175175
if (FILE_NAME.equals(className) || FOLDER_NAME.equals(className)) {
176-
// FileObject on the disk - find correct file seperator
176+
// FileObject on the disk - find correct file separator
177177
sep = getFileSeparator(heap);
178178
if (parentDetail.endsWith(sep)) {
179179
// do not duplicate separator

0 commit comments

Comments
 (0)