Skip to content

Commit a47e0fe

Browse files
authored
fix: typo (#3173)
[skip ci] Signed-off-by: Chris Laprun <metacosm@gmail.com>
1 parent 429c2c5 commit a47e0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/latestdistinct/LatestDistinctTestReconciler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public UpdateControl<LatestDistinctTestResource> reconcile(
5656
// wait until both informers see the config map
5757
return UpdateControl.noUpdate();
5858
}
59-
// makes sure that distinc config maps returned
59+
// makes sure that distinct config maps returned
6060
var distinctConfigMaps = context.getSecondaryResourcesAsStream(ConfigMap.class, true).toList();
6161
if (distinctConfigMaps.size() != 1) {
6262
errorOccurred = true;

0 commit comments

Comments
 (0)