From edd93054fdc2b904fc8c9749f59f048b5182a81c Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 28 May 2024 10:05:51 +0200 Subject: [PATCH] chore(proposals): fix typo. Signed-off-by: Federico Di Pierro --- proposals/20210501-plugin-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/20210501-plugin-system.md b/proposals/20210501-plugin-system.md index 3e8bd5fe..36677676 100644 --- a/proposals/20210501-plugin-system.md +++ b/proposals/20210501-plugin-system.md @@ -335,7 +335,7 @@ typedef struct // the type of the value they return (string, integer...). // Required: no // Arguments: - // - evtnum: the number of the event that is bein processed + // - evtnum: the number of the event that is being processed // - id: the numeric identifier of the field to extract. It corresponds to the // position of the field in the array returned by get_fields(). // - arg: the field argument, if an argument has been specified for the field,