From: Bert Hubert Date: Tue, 18 Jan 2011 19:01:56 +0000 (+0000) Subject: Jose Arthur Benetasso Villanova fixed a very old comment typo ;-) X-Git-Tag: auth-3.0~351 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6826ef9adfdb472bf5b191568b4d8a90482cd9e;p=thirdparty%2Fpdns.git Jose Arthur Benetasso Villanova fixed a very old comment typo ;-) git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1896 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/modules/gmysqlbackend/gmysqlbackend.hh b/modules/gmysqlbackend/gmysqlbackend.hh index d30999eaea..b9f0e7ca62 100644 --- a/modules/gmysqlbackend/gmysqlbackend.hh +++ b/modules/gmysqlbackend/gmysqlbackend.hh @@ -6,7 +6,7 @@ using namespace std; /** The gMySQLBackend is a DNSBackend that can answer DNS related questions. It looks up data - in PostgreSQL */ + in MySQL */ class gMySQLBackend : public GSQLBackend { public: