blob: 0eb88d3f6c6fa81d51f5622363c4953b062c5a88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Forwarded: no
Author: Otto Kekäläinen <otto@debian.org>
Date: Sun, 10 Mar 2024 16:56:13 +0000
Subject: [PATCH] Fix misc spelling in MariaDB Server repository
--- a/storage/connect/odbconn.cpp
+++ b/storage/connect/odbconn.cpp
@@ -281,7 +281,7 @@ static CATPARM *AllocCatInfo(PGLOBAL g,
cap->Status = (UWORD *)PlugSubAlloc(g, NULL, m * sizeof(UWORD));
} catch (int n) {
- htrc("Exeption %d: %s\n", n, g->Message);
+ htrc("Exception %d: %s\n", n, g->Message);
cap = NULL;
} catch (const char *msg) {
htrc(g->Message, msg);
|