This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new c8fb02d881 fix: Fixed the stupid typo which was attracting loads of AI 
slop PRs.
c8fb02d881 is described below

commit c8fb02d88108a9940f251586ebf00643770a2f42
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Apr 17 09:54:16 2026 +0200

    fix: Fixed the stupid typo which was attracting loads of AI slop PRs.
---
 plc4net/api/api/messages/IPlcSubscriptionEventArgs.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4net/api/api/messages/IPlcSubscriptionEventArgs.cs 
b/plc4net/api/api/messages/IPlcSubscriptionEventArgs.cs
index 0294ca1a7c..daaf932698 100644
--- a/plc4net/api/api/messages/IPlcSubscriptionEventArgs.cs
+++ b/plc4net/api/api/messages/IPlcSubscriptionEventArgs.cs
@@ -28,7 +28,7 @@ namespace org.apache.plc4net.messages
     public interface IPlcSubscriptionEventArgs
     {
         /// <summary>
-        /// Timestamp of the event that occured
+        /// Timestamp of the event that occurred
         /// </summary>
         DateTime Timestamp { get; }
     }

Reply via email to