]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1160] spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 23 Apr 2020 11:12:57 +0000 (13:12 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 23 Apr 2020 11:13:12 +0000 (13:13 +0200)
src/lib/mysql/mysql_connection.h

index ac9737654c509fd247a1b554d8ea1eb1f7924057..6fbfabef7e67d914144721f676a6d4a323a7ebd4 100644 (file)
@@ -76,7 +76,7 @@ struct TaggedStatement {
     const char* text;
 };
 
-/// @brief Retry on innoDB deadlock.
+/// @brief Retry on InnoDB deadlock.
 ///
 /// When f(args) returns ER_LOCK_DEADLOCK f(args) is called again up to 5 times.
 ///