Skip to content

Commit e69bad1

Browse files
author
MarcoFalke
committed
[trivial] Fix typo in peertablemodel.cpp
1 parent 8a03727 commit e69bad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/peertablemodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class PeerTablePriv
8585
}
8686

8787
if (sortColumn >= 0)
88-
// sort cacheNodeStats (use stable sort to prevent rows jumping around unneceesarily)
88+
// sort cacheNodeStats (use stable sort to prevent rows jumping around unnecessarily)
8989
qStableSort(cachedNodeStats.begin(), cachedNodeStats.end(), NodeLessThan(sortColumn, sortOrder));
9090

9191
// build index map

0 commit comments

Comments
 (0)