diff --git a/artio-core/src/main/java/uk/co/real_logic/artio/engine/EngineConfiguration.java b/artio-core/src/main/java/uk/co/real_logic/artio/engine/EngineConfiguration.java index 39badc0db6..a2dd42f242 100644 --- a/artio-core/src/main/java/uk/co/real_logic/artio/engine/EngineConfiguration.java +++ b/artio-core/src/main/java/uk/co/real_logic/artio/engine/EngineConfiguration.java @@ -1297,7 +1297,7 @@ public EngineConfiguration cancelOnDisconnectTimeoutWindowInMs(final int cancelO } /** - * Set a threshold for the framer work cycle time which when exceed it will increment the + * Set a threshold for the framer work cycle time which when exceeded it will increment the * framer cycle time exceeded count. * * @param framerCycleThresholdNs value in nanoseconds @@ -1310,7 +1310,7 @@ public EngineConfiguration framerCycleThresholdNs(final long framerCycleThreshol } /** - * Set a threshold for the indexer work cycle time which when exceed it will increment the + * Set a threshold for the indexer work cycle time which when exceeded it will increment the * indexer cycle time exceeded count. * * @param indexerCycleThresholdNs value in nanoseconds diff --git a/artio-core/src/main/java/uk/co/real_logic/artio/library/LibraryConfiguration.java b/artio-core/src/main/java/uk/co/real_logic/artio/library/LibraryConfiguration.java index cd1b30efcc..fa2c9919c9 100644 --- a/artio-core/src/main/java/uk/co/real_logic/artio/library/LibraryConfiguration.java +++ b/artio-core/src/main/java/uk/co/real_logic/artio/library/LibraryConfiguration.java @@ -289,7 +289,7 @@ public LibraryConfiguration reproduceInbound( } /** - * Set a threshold for the library work cycle time which when exceed it will increment the + * Set a threshold for the library work cycle time which when exceeded it will increment the * library cycle time exceeded count. * * @param libraryCycleThresholdNs value in nanoseconds