From 0ba499640886c0fc96abe2f360a977c7a190db2d Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Fri, 18 Aug 2023 15:34:09 +0200 Subject: [PATCH] Fix typo. --- .../src/org/jdrupes/vmoperator/manager/Reconciler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.jdrupes.vmoperator.manager/src/org/jdrupes/vmoperator/manager/Reconciler.java b/org.jdrupes.vmoperator.manager/src/org/jdrupes/vmoperator/manager/Reconciler.java index 0608f10..efba4d4 100644 --- a/org.jdrupes.vmoperator.manager/src/org/jdrupes/vmoperator/manager/Reconciler.java +++ b/org.jdrupes.vmoperator.manager/src/org/jdrupes/vmoperator/manager/Reconciler.java @@ -113,7 +113,7 @@ import org.jgrapes.util.events.ConfigurationUpdate; * metallb.universe.tf/ip-allocated-from-pool: single-common * metallb.universe.tf/allow-shared-ip: single-common * ``` - * This make all VM consoles available at IP address 192.168.168.1 + * This makes all VM consoles available at IP address 192.168.168.1 * with the port numbers from the VM definitions. */ @SuppressWarnings({ "PMD.DataflowAnomalyAnalysis",