summaryrefslogtreecommitdiff
path: root/src/analysis/scan/matches.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-02-24 22:52:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-02-24 22:53:37 (GMT)
commitf65fdbad3ae0b2accfe324f996eef0c193ad9dfc (patch)
tree2ba4668b9b39aaa102a9c5e28067153419b4b6e1 /src/analysis/scan/matches.c
parentea9be67a9ddec2b4b96b3114bab5f192e53c7911 (diff)
Provide the match count for bytes using the generic API.
Diffstat (limited to 'src/analysis/scan/matches.c')
-rw-r--r--src/analysis/scan/matches.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/scan/matches.c b/src/analysis/scan/matches.c
index d83114c..1290c90 100644
--- a/src/analysis/scan/matches.c
+++ b/src/analysis/scan/matches.c
@@ -207,7 +207,7 @@ GSearchPattern *g_scan_matches_get_source(const GScanMatches *matches)
/******************************************************************************
* *
-* Paramètres : matches = définition de correspondance à consulter. *
+* Paramètres : matches = définition de correspondances à consulter. *
* *
* Description : Dénombre les correspondances enregistrées pour un motif. *
* *