Description: fix typo caught by linting.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: https://github.com/thegenemyers/DALIGNER/commit/f4289baceee5c5c933ecd276af9a2198474711f7
Last-Update: 2024-08-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- damapper.orig/damapper.c
+++ damapper/damapper.c
@@ -648,7 +648,7 @@
             ARG_POSITIVE(SPACING,"Trace spacing")
             break;
           case 't':
-            ARG_POSITIVE(MAX_REPS,"Tuple supression frequency")
+            ARG_POSITIVE(MAX_REPS,"Tuple suppression frequency")
             break;
           case 'M':
             { int limit;
