Skip to content

Commit e428728

Browse files
committed
Fix typo
1 parent 3298664 commit e428728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/action/admin/cluster/settings/SettingsUpdaterTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void testUpdateWithUnknownAndSettings() {
221221
}
222222
}
223223

224-
// register all the known settings (not that we do not register the unknown settings)
224+
// register all the known settings (note that we do not register the unknown settings)
225225
final Set<Setting<?>> knownSettings =
226226
Stream.concat(
227227
ClusterSettings.BUILT_IN_CLUSTER_SETTINGS.stream(),

0 commit comments

Comments
 (0)