From 668f0ce0f1fbe79a0f19c36b6d722f3db6ea31b7 Mon Sep 17 00:00:00 2001 From: Luis Cantero Date: Wed, 20 Sep 2023 11:29:11 +0200 Subject: [PATCH] Fix typo --- .../UnderlyingSystemAlarmStates.cs | 18 +++++++++--------- .../Model/SimConditionStatesEnum.cs | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/AlarmCondition/UnderlyingSystem/UnderlyingSystemAlarmStates.cs b/src/AlarmCondition/UnderlyingSystem/UnderlyingSystemAlarmStates.cs index 874f2f4f..148ddd26 100644 --- a/src/AlarmCondition/UnderlyingSystem/UnderlyingSystemAlarmStates.cs +++ b/src/AlarmCondition/UnderlyingSystem/UnderlyingSystemAlarmStates.cs @@ -2,7 +2,7 @@ * Copyright (c) 2005-2019 The OPC Foundation, Inc. All rights reserved. * * OPC Foundation MIT License 1.00 - * + * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without @@ -11,7 +11,7 @@ * copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: - * + * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, @@ -49,17 +49,17 @@ public enum UnderlyingSystemAlarmStates Enabled = 0x1, /// - /// The condition requires acknowledgement by the user. + /// The condition requires acknowledgement by the user. /// Acknowledged = 0x2, /// - /// The condition requires that the used confirm that action was taken. + /// The condition requires that the used confirm that action was taken. /// Confirmed = 0x4, /// - /// The condition is active. + /// The condition is active. /// Active = 0x8, @@ -74,22 +74,22 @@ public enum UnderlyingSystemAlarmStates Shelved = 0x20, /// - /// The condition has exceed the high-high limit. + /// The condition has exceeded the high-high limit. /// HighHigh = 0x40, /// - /// The condition has exceed the high limit. + /// The condition has exceeded the high limit. /// High = 0x80, /// - /// The condition has exceed the low limit. + /// The condition has exceeded the low limit. /// Low = 0x100, /// - /// The condition has exceed the low-low limit. + /// The condition has exceeded the low-low limit. /// LowLow = 0x200, diff --git a/src/DeterministicAlarms/Model/SimConditionStatesEnum.cs b/src/DeterministicAlarms/Model/SimConditionStatesEnum.cs index 93a11462..e1c71d84 100644 --- a/src/DeterministicAlarms/Model/SimConditionStatesEnum.cs +++ b/src/DeterministicAlarms/Model/SimConditionStatesEnum.cs @@ -41,22 +41,22 @@ public enum SimConditionStatesEnum Shelved = 0x20, ///// - ///// The condition has exceed the high-high limit. + ///// The condition has exceeded the high-high limit. ///// //HighHigh = 0x40, ///// - ///// The condition has exceed the high limit. + ///// The condition has exceeded the high limit. ///// //High = 0x80, ///// - ///// The condition has exceed the low limit. + ///// The condition has exceeded the low limit. ///// //Low = 0x100, ///// - ///// The condition has exceed the low-low limit. + ///// The condition has exceeded the low-low limit. ///// //LowLow = 0x200,