]> granicus.if.org Git - pdns/commitdiff
Fix typo in option description
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 7 Aug 2013 14:38:55 +0000 (16:38 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 7 Aug 2013 14:38:55 +0000 (16:38 +0200)
modules/gmysqlbackend/gmysqlbackend.cc

index a79ac5256b58a3536b664347816c0c312ba0f69f..ba5cc095f1a669bd06deb4e160dd7d329cc8199f 100644 (file)
@@ -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");