From a97aeafc242570d0cdfa595df76e2c168be531c5 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Wed, 7 Aug 2013 16:38:55 +0200 Subject: [PATCH] Fix typo in option description --- modules/gmysqlbackend/gmysqlbackend.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gmysqlbackend/gmysqlbackend.cc b/modules/gmysqlbackend/gmysqlbackend.cc index a79ac5256b..ba5cc095f1 100644 --- a/modules/gmysqlbackend/gmysqlbackend.cc +++ b/modules/gmysqlbackend/gmysqlbackend.cc @@ -48,7 +48,7 @@ public: declare(suffix,"password","Pdns backend password to connect with",""); declare(suffix,"group", "Pdns backend MySQL 'group' to connect as", "client"); declare(suffix,"dnssec","Assume DNSSEC Schema is in place","no"); - declare(suffix,"innodb-read-committed","Use InnoDB READ-COMMITTED tranaction isolation level","yes"); + declare(suffix,"innodb-read-committed","Use InnoDB READ-COMMITTED transaction isolation level","yes"); declare(suffix,"basic-query","Basic query","select content,ttl,prio,type,domain_id,name from records where type='%s' and name='%s'"); declare(suffix,"id-query","Basic with ID query","select content,ttl,prio,type,domain_id,name from records where type='%s' and name='%s' and domain_id=%d"); -- 2.47.2