Skip to content

Commit 7cfee98

Browse files
committed
fix: replace typo trasanactions with transactions
Signed-off-by: spiarh <ludo@spiarh.fr>
1 parent fa47d40 commit 7cfee98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/endpoint/smtp/metrics.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
Namespace: "maddy",
2727
Subsystem: "smtp",
2828
Name: "started_transactions",
29-
Help: "Amount of SMTP trasanactions started",
29+
Help: "Amount of SMTP transactions started",
3030
},
3131
[]string{"module"},
3232
)
@@ -35,7 +35,7 @@ var (
3535
Namespace: "maddy",
3636
Subsystem: "smtp",
3737
Name: "smtp_completed_transactions",
38-
Help: "Amount of SMTP trasanactions successfully completed",
38+
Help: "Amount of SMTP transactions successfully completed",
3939
},
4040
[]string{"module"},
4141
)
@@ -44,7 +44,7 @@ var (
4444
Namespace: "maddy",
4545
Subsystem: "smtp",
4646
Name: "aborted_transactions",
47-
Help: "Amount of SMTP trasanactions aborted",
47+
Help: "Amount of SMTP transactions aborted",
4848
},
4949
[]string{"module"},
5050
)

0 commit comments

Comments
 (0)