Skip to content

Commit f69d76e

Browse files
committed
Fix typo
1 parent 4944590 commit f69d76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/settings/AbstractScopedSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ public Settings upgradeSettings(final Settings settings) {
797797
builder.put(upgrade.getKey(), upgrade.getValue());
798798
}
799799
}
800-
// we only return a new instance of there was an upgrade
800+
// we only return a new instance if there was an upgrade
801801
return changed ? builder.build() : settings;
802802
}
803803

0 commit comments

Comments
 (0)